Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -4
requirements.txt
CHANGED
@@ -1,12 +1,10 @@
|
|
1 |
-
# Make sure wheel, setuptools, and build are installed/upgraded first
|
2 |
wheel>=0.40
|
3 |
setuptools>=67.0
|
4 |
build>=0.10
|
5 |
|
6 |
-
#
|
7 |
-
antlr4-python3-runtime==4.
|
8 |
|
9 |
-
# Now list the rest of your dependencies
|
10 |
gradio
|
11 |
numpy
|
12 |
torch==2.4.0
|
|
|
|
|
1 |
wheel>=0.40
|
2 |
setuptools>=67.0
|
3 |
build>=0.10
|
4 |
|
5 |
+
# Switch to an older version that ships wheels
|
6 |
+
antlr4-python3-runtime==4.7.2
|
7 |
|
|
|
8 |
gradio
|
9 |
numpy
|
10 |
torch==2.4.0
|