-
Notifications
You must be signed in to change notification settings - Fork 4
/
requirements-dev.txt
56 lines (47 loc) · 1.01 KB
/
requirements-dev.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
# --------- pytorch --------- #
torch>=1.10.0
torchvision>=0.11.0
pytorch-lightning==1.8.3
torchmetrics==0.11.0
# --------- hydra --------- #
hydra-core==1.2.0
hydra-colorlog==1.2.0
hydra-optuna-sweeper==1.2.0
# --------- loggers --------- #
wandb
# neptune-client
# mlflow
# comet-ml
# --------- scientific --------- #
scikit-learn
numpy
pandas
# --------- visualization --------- #
matplotlib
seaborn
tqdm
# --------- Huggingface --------- #
transformers==4.39.1
huggingface-hub==0.22.0
tokenizers==0.15.2
# --------- clip --------- #
ftfy
regex
# --------- Preprocess --------- #
pymupdf==1.21.1
h5py==3.7.0
beautifulsoup4==4.11.1
selenium==4.7.2
lxml
nltk
# --------- jupyter --------- #
jupyter
notebook
ipywidgets
isic-cli
# --------- devtools --------- #
pyrootutils # standardizing the project root setup
pre-commit # hooks for applying linters on commit
rich # beautiful text formatting in terminal
pytest # tests
# sh # for running bash commands in some tests (linux/macos only)