TRACES commited on
Commit
9837424
·
verified ·
1 Parent(s): e9fe591

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -2,8 +2,8 @@ numpy==1.21.6
2
  scipy==1.7.3
3
  scikit-learn==0.24.2
4
  transformers==4.10.0
5
- torch==1.9.0 # Make sure to match with the transformers version
6
  streamlit==1.10.0
7
  altair<5
8
- pickle-mixin
9
-
 
2
  scipy==1.7.3
3
  scikit-learn==0.24.2
4
  transformers==4.10.0
5
+ torch==1.9.0
6
  streamlit==1.10.0
7
  altair<5
8
+ pickle-mixin==1.0.2
9
+ Cython>=0.29.30