pkiage commited on
Commit
7800b9b
1 Parent(s): 45fbbb1

add numpy version requirement

Browse files

`np.object` was a deprecated alias for the builtin `object`. version 1.20

Affects tensorflow versioning

Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -1,3 +1,4 @@
1
  streamlit>=1.7.0
2
  tensorflow-hub==0.12.0
3
- tensorflow-cpu ==2.5.0
 
 
1
  streamlit>=1.7.0
2
  tensorflow-hub==0.12.0
3
+ tensorflow-cpu ==2.5.0
4
+ numpy == 1.19.5