3v324v23 commited on
Commit
4a43b26
·
1 Parent(s): 032f5e8

Fix numpy version incompatibility (pin numpy<2)

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -0
requirements.txt CHANGED
@@ -1,4 +1,5 @@
1
  flask==2.3.3
2
  pandas==2.0.3
 
3
  openpyxl==3.1.2
4
  werkzeug==2.3.7
 
1
  flask==2.3.3
2
  pandas==2.0.3
3
+ numpy<2.0.0
4
  openpyxl==3.1.2
5
  werkzeug==2.3.7