Browse Source

Adding an environment.yml

Nelle Varoquaux 3 years ago
parent
commit
cde3fb5d74
1 changed files with 10 additions and 0 deletions
  1. 10 0
      environment.yml

+ 10 - 0
environment.yml

@@ -0,0 +1,10 @@
+name: tp-ml
+dependencies:
+    - python>=3
+    - ipykernel
+    - numpy>=1.16.*
+    - scipy>=1.2.*
+    - matplotlib>=2.2.*
+    - pandas>=0.22.*
+    - seaborn>=0.9.*
+    - scikit-learn>=0.19.*