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

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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
- # 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
 
 
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