forked from Ligo-Biosciences/AlphaFold3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
46 lines (41 loc) · 879 Bytes
/
requirements.txt
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
# --------- base --------- #
packaging~=23.2
absl-py
# --------- pytorch --------- #
torch~=2.2.0
torchvision~=0.17.0
lightning~=2.1.4
torchmetrics~=1.3.0.post0
# --------- deepspeed --------- #
deepspeed # works in Colab
# --------- hydra --------- #
hydra-core
hydra-colorlog
hydra-optuna-sweeper
# --------- loggers --------- #
wandb
# neptune-client
# mlflow
# comet-ml
# aim>=3.16.2 # no lower than 3.16.2, see https://github.com/aimhubio/aim/issues/2550
# --------- others --------- #
rootutils~=1.0.7
pre-commit # hooks for applying linters on commit
rich~=13.7.0
pytest~=8.0.0
tree~=0.2.4
dm-tree~=0.1.8
# sh # for running bash commands in some tests (linux/macos only)
pandas
p-tqdm
proteinflow~=2.7.0
biopython~=1.81
omegaconf~=2.3.0
setuptools~=68.2.2
numpy~=1.24.4
scipy~=1.12.0
jax~=0.4.23
prettytable
tqdm~=4.66.1
pandas~=2.2.0
ml_collections