Skip to content

Commit

Permalink
lower numpy version in requirements (#38307)
Browse files Browse the repository at this point in the history
* test if numpy=1.19.5 meet unittest's requirement

* modify numpy version required
  • Loading branch information
betterpig authored Dec 22, 2021
1 parent bf6d65f commit d48d712
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
requests>=2.20.0
numpy>=1.20 ; python_version>="3.5"
numpy>=1.13
protobuf>=3.1.0
Pillow
six
Expand Down
1 change: 1 addition & 0 deletions python/unittest_py/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ paddle2onnx>=0.8.2
scipy>=1.6
prettytable
distro
numpy>=1.20

0 comments on commit d48d712

Please sign in to comment.