We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 767cb3f commit 8b67c81Copy full SHA for 8b67c81
2 files changed
environment.yml
@@ -1,10 +1,29 @@
1
-name: AI4Life_OC3_18
+name: oc_3_project_18
2
channels:
3
- conda-forge
4
- defaults
5
dependencies:
6
+ numpy
7
+ - pandas
8
+ - pytables
9
+ - python=3.7
10
+ - scikit-learn
11
+ - fastparquet
12
+ - trackpy
13
+ - h5py
14
+ - pyyaml
15
- pip
- - python
16
+ - matplotlib
17
+ - scipy
18
+ - dask
19
+ - hdbscan
20
+ - tqdm
21
+ - pyqt
22
+ - numba
23
+ - spyder
24
+ - colorama
25
- jupyterlab
26
+ - snappy
27
- pip:
- - -r requirements.txt
28
+ - lmfit
29
+ - sphinx-rtd-theme
0 commit comments