-
Notifications
You must be signed in to change notification settings - Fork 16
/
requirements.txt
46 lines (41 loc) · 1001 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
# --------- pytorch --------- #
torch==1.12.0
# torchvision>=0.11.0
pytorch-lightning==1.7.3
torchmetrics>=0.9.3
torchtext
torchdata
# --------- hydra --------- #
hydra-core==1.2.0
hydra-colorlog==1.2.0
hydra-optuna-sweeper==1.2.0
# --------- loggers --------- #
# wandb
# neptune-client
# mlflow
# comet-ml
tensorboard
# --------- linters --------- #
pyrootutils # standardizing the project root setup
pre-commit # hooks for applying linters on commit
black # code formatting
isort # import sorting
flake8 # code analysis
nbstripout # remove output from jupyter notebooks
# --------- others --------- #
python-dotenv # loading env variables from .env file
rich # beautiful text formatting in terminal
pytest # tests
sh # for running bash commands in some tests
pudb # debugger
# --------- project related --------- #
biopython==1.79
einops
debugpy
matplotlib
pandas
seaborn
opt_einsum
sympy
e3nn
fairscale