Browse Source

added config-projet.yml for conda env creation

Nicolas Zimmermann 4 years ago
parent
commit
220ba06a41
1 changed files with 14 additions and 0 deletions
  1. 14 0
      src/config_projet.yml

+ 14 - 0
src/config_projet.yml View 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