Sfoglia il codice sorgente

Adding an environment.yml

Nelle Varoquaux 3 anni fa
parent
commit
cde3fb5d74
1 ha cambiato i file con 10 aggiunte e 0 eliminazioni
  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.*