MaroueneA commited on
Commit
c105919
·
1 Parent(s): 6f1889a

changed torch version to range

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -7,5 +7,5 @@ umap-learn==0.5.2
7
  matplotlib==3.4.3
8
  seaborn==0.11.2
9
  numpy==1.21.2
10
- torch==1.10.0
11
- sentence-transformers==2.2.0
 
7
  matplotlib==3.4.3
8
  seaborn==0.11.2
9
  numpy==1.21.2
10
+ torch>=1.11.0,<1.14.0 # Updated to a range that includes available versions
11
+ sentence-transformers