generated from 42-AI/Template_Lab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
78 lines (65 loc) · 1.46 KB
/
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# --------------------------- #
# Development #
# --------------------------- #
# --------- data --------- #
botocore>=1.23.24,<1.23.25
awscli>=1.22.24,<1.22.25
boto3>=1.20.24,<1.20.25
s3fs>=2021.11.1
dvc==2.9.5
icecream
fire
# --------- loggers --------- #
# wandb
# neptune-client
mlflow
#mlflow>=1.1.0
# comet-ml
# tensorboard
torch-tb-profiler==0.4.0
# --------- linters --------- #
pre-commit # hooks for applying linters on commit
click==8.0.4
black # code formatting
isort # import sorting
flake8 # code analysis
nbstripout # remove output from jupyter notebooks
pre-commit
# --------- others --------- #
python-dotenv # loading env variables from .env file
rich # beautiful text formatting in terminal
sh # for running bash commands in some tests
pytest # tests
pudb # debugger
# --------------------------- #
# project #
# --------------------------- #
# --------- pytorch --------- #
torch>=1.10.0
torchvision>=0.11.0
pytorch-lightning==1.6.4
torchmetrics>=0.7.0
torchtext
transformers
timm
# --------- hydra --------- #
hydra-core>=1.1.0
hydra-colorlog>=1.1.0
hydra-optuna-sweeper<1.2.0
omegaconf
# ---- computer-vision ---- #
opencv-python>=4.5.5.64
# --------- basics --------- #
numpy
nptyping
transformers
pandas
Pillow==9.0.1
# --------- inference --------- #
# fastapi
# uvicorn
# --------- others --------- #
tqdm
protobuf<3.20
av
gradio==2.7.5