-
Notifications
You must be signed in to change notification settings - Fork 3
/
requirements.txt
42 lines (36 loc) · 1015 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
black # code formatting
flake8 # code analysis
hydra-colorlog>=1.1.0
# --------- hydra --------- #
hydra-core>=1.1.0
hydra-optuna-sweeper>=1.1.0
isort # import sorting
# --------- loggers --------- #
# wandb
# neptune-client
mlflow
nbstripout # remove output from jupyter notebooks
# comet-ml
# tensorboard
# --------- linters --------- #
pre-commit # hooks for applying linters on commit
pudb # debugger
pytest # tests
# --------- others --------- #
python-dotenv # loading env variables from .env file
pytorch-lightning==1.5.10
rich # beautiful text formatting in terminal
sh # for running bash commands in some tests
numpy # for common mathematical calculations
# --------- pytorch --------- #
torch
torchmetrics>=0.7.0
torchvision
pytorch-lightning
# -------- statistics -------- #
statsmodels
pyDOE # a library to construct experimental designs, LHS
thop
# -------- data -------------- #
h5py
monai