Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +11 -1
requirements.txt
CHANGED
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# --------- pytorch --------- #
|
2 |
torch>=2.0.0
|
3 |
torchvision>=0.15.0
|
@@ -41,7 +51,7 @@ notebook
|
|
41 |
ipywidgets
|
42 |
gradio==3.43.2
|
43 |
gdown
|
44 |
-
wget
|
45 |
seaborn
|
46 |
piper_phonemize
|
47 |
huggingface_hub[cli]==0.24.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
|
8 |
+
antlr4-python3-runtime==4.8
|
9 |
+
wget==3.2
|
10 |
+
|
11 |
# --------- pytorch --------- #
|
12 |
torch>=2.0.0
|
13 |
torchvision>=0.15.0
|
|
|
51 |
ipywidgets
|
52 |
gradio==3.43.2
|
53 |
gdown
|
54 |
+
#wget
|
55 |
seaborn
|
56 |
piper_phonemize
|
57 |
huggingface_hub[cli]==0.24.7
|