Sfoglia il codice sorgente

added config-projet.yml for conda env creation

Nicolas Zimmermann 5 anni fa
parent
commit
220ba06a41
1 ha cambiato i file con 14 aggiunte e 0 eliminazioni
  1. 14 0
      src/config_projet.yml

+ 14 - 0
src/config_projet.yml Vedi File

@@ -0,0 +1,14 @@
1
+name: projet-court
2
+channels:
3
+        - defaults
4
+        - bioconda
5
+        - conda-forge
6
+dependencies:
7
+        - numpy
8
+        - pandas
9
+        - scipy
10
+        - jupyter
11
+        - jupyterlab
12
+        - pip
13
+        - pip:
14
+                - pbxplore