AnhP commited on
Commit
a123cbb
·
verified ·
1 Parent(s): 72427a2

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
  # Platform-specific requirements section
2
- pip==23.3
3
  onnxruntime; sys_platform == 'darwin'
4
  onnxruntime-gpu; sys_platform != 'darwin'
5
 
@@ -12,7 +12,7 @@ torchaudio==2.3.1
12
  faiss-cpu>=1.7.3
13
 
14
  # Machine learning, NLP and deep learning
15
- fairseq; python_version == '3.10'
16
  fairseq @ git+https://github.com/One-sixth/fairseq.git; python_version > '3.10'
17
  scikit-learn
18
  einops
 
1
  # Platform-specific requirements section
2
+ pip>=23.3,<24.1
3
  onnxruntime; sys_platform == 'darwin'
4
  onnxruntime-gpu; sys_platform != 'darwin'
5
 
 
12
  faiss-cpu>=1.7.3
13
 
14
  # Machine learning, NLP and deep learning
15
+ fairseq==0.12.2; python_version == '3.10'
16
  fairseq @ git+https://github.com/One-sixth/fairseq.git; python_version > '3.10'
17
  scikit-learn
18
  einops