preston-cell commited on
Commit
74b3259
·
verified ·
1 Parent(s): 3807ab2

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -2
requirements.txt CHANGED
@@ -1,9 +1,12 @@
1
- # Ensure wheel and setuptools (and optionally build) are installed/upgraded first
2
  wheel>=0.40
3
  setuptools>=67.0
4
  build>=0.10
5
 
6
- # Now list the rest of your requirements
 
 
 
7
  gradio
8
  numpy
9
  torch==2.4.0
 
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
+ # Then pin antlr4-python3-runtime to a known good version:
7
+ antlr4-python3-runtime==4.8
8
+
9
+ # Now list the rest of your dependencies
10
  gradio
11
  numpy
12
  torch==2.4.0