Skip to content

Commit

Permalink
specify numpy>=1.13 (#26400)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqiu authored Aug 19, 2020
1 parent b757466 commit 0a461ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
requests>=2.20.0
numpy>=1.12, <=1.16.4 ; python_version<"3.5"
numpy>=1.12 ; python_version>="3.5"
numpy>=1.13, <=1.16.4 ; python_version<"3.5"
numpy>=1.13 ; python_version>="3.5"
protobuf>=3.1.0
gast==0.3.3
matplotlib<=2.2.4 ; python_version<"3.6"
Expand Down

0 comments on commit 0a461ac

Please sign in to comment.