Skip to content

Commit

Permalink
Relax graphviz and requests deps
Browse files Browse the repository at this point in the history
Relax graphviz and requests dependencies apache#20897 apache#21219
  • Loading branch information
elgalu authored Sep 21, 2023
1 parent b84609d commit c3276c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
else:
from setuptools import setup
from setuptools.extension import Extension
kwargs = {'install_requires': ['numpy>=1.17', 'requests>=2.20.0,<3', 'graphviz<0.9.0,>=0.8.1', 'contextvars;python_version<"3.7"'], 'zip_safe': False}
kwargs = {'install_requires': ['numpy>=1.17', 'requests>=2.20.0', 'graphviz>=0.8.1', 'contextvars;python_version<"3.7"'], 'zip_safe': False}

with_cython = False
if '--with-cython' in sys.argv:
Expand Down

0 comments on commit c3276c0

Please sign in to comment.