Skip to content

Commit

Permalink
Merge pull request #371 from jburel/cap_urllib
Browse files Browse the repository at this point in the history
cap urllib3 to avoid openssl issue
  • Loading branch information
jburel authored Sep 6, 2023
2 parents 273c275 + a72cca0 commit 609c0f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ def read(fname):
},
python_requires='>=3',
install_requires=[
'urllib3<2',
'appdirs',
'future',
'numpy',
Expand Down

0 comments on commit 609c0f5

Please sign in to comment.