Skip to content

Commit

Permalink
Update python dependencies (apache#16105)
Browse files Browse the repository at this point in the history
  • Loading branch information
zachgk authored and larroy committed Sep 28, 2019
1 parent eefcc17 commit 3e272c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/pip/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ def has_ext_modules(self):


DEPENDENCIES = [
'numpy>1.16.0,<2.0.0',
'requests>=2.20.0',
'numpy<2.0.0,>1.16.0',
'requests>=2.20.0,<3',
'graphviz<0.9.0,>=0.8.1'
]

Expand Down

0 comments on commit 3e272c7

Please sign in to comment.