We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 289d212 commit 170875aCopy full SHA for 170875a
requirements.txt
@@ -5,7 +5,7 @@ flowvision==0.1.0
5
wget
6
hydra-core
7
nltk
8
-numpy
+numpy==1.23.4
9
omegaconf==2.1.0
10
Pygments
11
PyYAML
setup.py
@@ -114,7 +114,7 @@ def get_libai_configs() -> List[str]:
114
"wget",
115
"hydra-core",
116
"nltk",
117
- "numpy",
+ "numpy==1.23.4",
118
"omegaconf==2.1.0",
119
"Pygments",
120
"PyYAML",
0 commit comments