AnhP commited on
Commit
b67ec91
·
verified ·
1 Parent(s): 18f3b2d

Update requirements.txt

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