JohanBeytell commited on
Commit
bc3a19e
·
verified ·
1 Parent(s): d0d758e

Fixed `numpy 2.0` compatibility issue

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
  gradio
2
  tensorflow
3
  pandas
4
- numpy
5
  sentencepiece
6
  valx
 
1
  gradio
2
  tensorflow
3
  pandas
4
+ numpy==1.26.4
5
  sentencepiece
6
  valx