Vrk commited on
Commit
3d0de80
1 Parent(s): 816c212

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -1,7 +1,8 @@
1
  numpy>=1.9.2
2
  pandas>=0.19
3
  tensorflow>=2.6.0
4
- torch>=1.0.0
 
5
  spaCy==3.1.3
6
  streamlit
7
 
 
1
  numpy>=1.9.2
2
  pandas>=0.19
3
  tensorflow>=2.6.0
4
+ torch>=1.2.0+cpu
5
+ torchvision>=0.5.0+cpu
6
  spaCy==3.1.3
7
  streamlit
8