Skip to content

Commit bac4bd5

Browse files
authored
[Infra] Add upper bound for numpy version to avoid use 2.0 in CI (PaddlePaddle#65213)
1 parent dcc88bb commit bac4bd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/unittest_py/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ paddle2onnx>=0.9.6
1111
scipy>=1.6, !=1.7.2, !=1.7.3
1212
prettytable
1313
distro
14-
numpy>=1.20
14+
numpy>=1.20, <2.0
1515
autograd==1.4
1616
librosa==0.8.1 ; python_version<"3.12"
1717
parameterized

0 commit comments

Comments
 (0)