publichealthsurveillance commited on
Commit
f1b4b2e
1 Parent(s): ff27340

Fix AttributeError: module 'numpy' has no attribute 'int'

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -1,3 +1,4 @@
1
  ktrain==0.27.0
2
  transformers==4.3.3
3
- tensorflow
 
 
1
  ktrain==0.27.0
2
  transformers==4.3.3
3
+ tensorflow
4
+ numpy<1.24.0