-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathenvironment.yaml
More file actions
59 lines (59 loc) · 1.22 KB
/
environment.yaml
File metadata and controls
59 lines (59 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
name: pyinknife2-env
channels:
- conda-forge
dependencies:
- python==3.7
- pip
- pip:
- biopython==1.78
- click==8.1.3
- cloudpickle==2.2.1
- cycler==0.11.0
- Cython==0.29.23
- dask==2022.2.0
- decorator==4.4.2
- distributed==2022.2.0
- exceptiongroup==1.1.1
- fsspec==2023.1.0
- GridDataFormats==0.7.0
- gsd==2.9.0
- HeapDict==1.0.1
- importlib-metadata==6.6.0
- iniconfig==2.0.0
- Jinja2==3.1.2
- joblib==1.2.0
- kiwisolver==1.4.4
- locket==1.0.0
- MarkupSafe==2.1.2
- matplotlib==3.3.4
- MDAnalysis==2.0.0
- mmtf-python==1.1.3
- mrcfile==1.4.3
- msgpack==1.0.5
- networkx==2.5.1
- numpy==1.21.6
- packaging==23.1
- pandas==1.3.5
- partd==1.4.0
- Pillow==9.5.0
- pkg_resources==0.0.0
- pluggy==1.0.0
- psutil==5.9.5
- pyparsing==3.0.9
- pytest==7.3.1
- python-dateutil==2.8.2
- pytz==2023.3
- PyYAML==6.0
- scipy==1.7.3
- seaborn==0.12.2
- six==1.16.0
- sortedcontainers==2.4.0
- tblib==1.7.0
- threadpoolctl==3.1.0
- tomli==2.0.1
- toolz==0.12.0
- tornado==6.2
- tqdm==4.65.0
- typing_extensions==4.5.0
- zict==2.2.0
- zipp==3.15.0