-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathenvironment.yml
More file actions
52 lines (51 loc) · 829 Bytes
/
environment.yml
File metadata and controls
52 lines (51 loc) · 829 Bytes
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
name: idpp
channels:
- conda-forge
- bioconda
- rdkit
- pytorch
- pyg
- nvidia
- dglteam
- defaults
dependencies:
- python ==3.10
- cython
- flask>=1.1.2
- gunicorn>=20.0.4
- hyperopt>=0.2.3
- ipykernel
- keras
- lxml
- mamba
- matplotlib
- numpy>=1.18.1
- pandas
- pytables
- openbabel
- openpyxl
- rdkit>=2020.03.1.0
- snakemake
- statsmodels
- tabulate
- tensorflow
- scikit-learn>=0.22.2.post1
- scipy>=1.4.1
- seaborn
- tensorboardX>=2.0
- tqdm>=4.45.0
- umap-learn
- xlrd
# ms-pred / graff-ms
- pyteomics
- conda-forge::python-graphviz
- conda-forge::pygraphviz
# - pytorch-lightning
# - einops
# - ray-tune
# - boost
# - cudnn # for cuda
- pip
- pip:
# - tensorflow-macos==2.9 # only needed for mac systems
- ms_entropy