Update requirements.txt
Browse files- requirements.txt +7 -18
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
# --- Bootstrap ---
|
2 |
-
pip>=23.3
|
3 |
setuptools>=68.0
|
4 |
-
wheel>=0.40
|
5 |
|
6 |
# --- Problematic packages pinned to safe versions ---
|
7 |
pyperclip==1.8.2
|
@@ -20,8 +20,8 @@ hydra-colorlog==1.2.0
|
|
20 |
hydra-optuna-sweeper==1.2.0
|
21 |
|
22 |
# --------- loggers --------- #
|
23 |
-
wandb
|
24 |
-
sentry_sdk
|
25 |
# neptune-client
|
26 |
# mlflow
|
27 |
# comet-ml
|
@@ -47,23 +47,12 @@ matplotlib
|
|
47 |
pandas
|
48 |
conformer==0.3.2
|
49 |
diffusers==0.25.0
|
50 |
-
notebook
|
51 |
ipywidgets
|
52 |
gradio==3.43.2
|
53 |
gdown
|
54 |
-
|
55 |
seaborn
|
56 |
piper_phonemize
|
57 |
-
huggingface_hub[cli]==0.24.7
|
58 |
|
59 |
-
|
60 |
-
pandas==2.0.3
|
61 |
-
numpy==1.25.2
|
62 |
-
datasets==2.18.0
|
63 |
-
transformers
|
64 |
-
ipython==7.34.0
|
65 |
-
librosa==0.10.1
|
66 |
-
tqdm==4.66.2
|
67 |
-
# ---- inference interface ---- #
|
68 |
-
streamlit==1.33.0
|
69 |
-
requests
|
|
|
1 |
# --- Bootstrap ---
|
2 |
+
#pip>=23.3
|
3 |
setuptools>=68.0
|
4 |
+
#wheel>=0.40
|
5 |
|
6 |
# --- Problematic packages pinned to safe versions ---
|
7 |
pyperclip==1.8.2
|
|
|
20 |
hydra-optuna-sweeper==1.2.0
|
21 |
|
22 |
# --------- loggers --------- #
|
23 |
+
#wandb
|
24 |
+
#sentry_sdk
|
25 |
# neptune-client
|
26 |
# mlflow
|
27 |
# comet-ml
|
|
|
47 |
pandas
|
48 |
conformer==0.3.2
|
49 |
diffusers==0.25.0
|
50 |
+
#notebook
|
51 |
ipywidgets
|
52 |
gradio==3.43.2
|
53 |
gdown
|
54 |
+
|
55 |
seaborn
|
56 |
piper_phonemize
|
|
|
57 |
|
58 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|