Skip to content

Commit 8b67c81

Browse files
committed
Calculating features per each NPC cluster
1 parent 767cb3f commit 8b67c81

2 files changed

Lines changed: 11865 additions & 743 deletions

File tree

environment.yml

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,29 @@
1-
name: AI4Life_OC3_18
1+
name: oc_3_project_18
22
channels:
33
- conda-forge
44
- defaults
55
dependencies:
6+
numpy
7+
- pandas
8+
- pytables
9+
- python=3.7
10+
- scikit-learn
11+
- fastparquet
12+
- trackpy
13+
- h5py
14+
- pyyaml
615
- pip
7-
- python
16+
- matplotlib
17+
- scipy
18+
- dask
19+
- hdbscan
20+
- tqdm
21+
- pyqt
22+
- numba
23+
- spyder
24+
- colorama
825
- jupyterlab
26+
- snappy
927
- pip:
10-
- -r requirements.txt
28+
- lmfit
29+
- sphinx-rtd-theme

0 commit comments

Comments
 (0)