Skip to content

Commit 170875a

Browse files
authored
test ci (Oneflow-Inc#436)
* test ci * test ci with numpy * fix ci with numpy * fix ci with numpy 2
1 parent 289d212 commit 170875a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ flowvision==0.1.0
55
wget
66
hydra-core
77
nltk
8-
numpy
8+
numpy==1.23.4
99
omegaconf==2.1.0
1010
Pygments
1111
PyYAML

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def get_libai_configs() -> List[str]:
114114
"wget",
115115
"hydra-core",
116116
"nltk",
117-
"numpy",
117+
"numpy==1.23.4",
118118
"omegaconf==2.1.0",
119119
"Pygments",
120120
"PyYAML",

0 commit comments

Comments
 (0)