forked from NVIDIA-Digital-Bio/CodonFM
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
38 lines (35 loc) · 969 Bytes
/
requirements.txt
File metadata and controls
38 lines (35 loc) · 969 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
# --------- pytorch --------- #
torch==2.5.1
torchvision==0.20.1
lightning==2.5.2
torchmetrics==1.8.0
# --------- hydra --------- #
hydra-core==1.3.2
hydra-colorlog==1.2.0
hydra-optuna-sweeper==1.2.0
# --------- loggers --------- #
wandb==0.21.0
# 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 # standardizing the project root setup
pre-commit==4.0.1 # hooks for applying linters on commit
rich==13.9.4 # beautiful text formatting in terminal
pytest==8.1.1 # tests
sh==2.2.2 # for running bash commands in some tests (linux/macos only)
transformers==4.54.1
polars==1.12.0
xformers==0.0.28.post3 --index-url https://download.pytorch.org/whl/cu124
ninja==1.11.1.1
einops==0.8.0
ipython-autotime==0.3.2
seaborn==0.13.2
lru-dict==1.3.0
datasets==4.0.0
scanpy==1.11.3
pyfaidx==0.8.1.4
biopython==1.85
peft==0.15.2
fiddle==0.3.0