-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathenvironment-dev.yml
More file actions
63 lines (53 loc) · 1005 Bytes
/
environment-dev.yml
File metadata and controls
63 lines (53 loc) · 1005 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
53
54
55
56
57
58
59
60
61
62
63
name: foldtree2-dev
channels:
- pytorch
- pyg
- conda-forge
- bioconda
- defaults
dependencies:
- python=3.10
# Build tools
- conda-build
- anaconda-client
- setuptools
- wheel
- pip
# Core scientific computing
- numpy>=1.21.0
- pandas>=1.3.0
- scipy>=1.7.0
- matplotlib-base>=3.4.0
# PyTorch ecosystem
- pytorch>=2.0.0
- pytorch-cuda=11.8 # or cpuonly for CPU-only builds
- pytorch-geometric>=2.3.0
# Bioinformatics tools
- biopython>=1.79
- prody>=2.0.0
- pydssp>=1.0.0
# Deep learning utilities
- pytorch-lightning>=2.0.0
- tensorboard>=2.10.0
- einops>=0.6.0
# Phylogenetics
- ete3>=3.1.2
- raxml-ng>=1.1.0
- mafft>=7.450
# Utilities
- colour>=0.1.5
- datasketch>=1.5.0
- pebble>=5.0.0
- tqdm>=4.62.0
- h5py>=3.6.0
- pyyaml>=5.4.0
# Optional dependencies
- transformers>=4.20.0
# Development tools
- pytest
- pytest-cov
- black
- flake8
- mypy
- sphinx
- sphinx_rtd_theme