Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencpope authored Jan 22, 2024
1 parent acd67bc commit aa38629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def do_setup():
"tifffile==2023.4.12;python_version=='3.8'",
"tifffile>=2023.9.26;python_version>='3.9'",
"tqdm>=4.32.1",
"urllib3>=1.26.18,<2",
"urllib3>=1.26.18",
],
extras_require={
"visualization": viz_requires,
Expand Down

0 comments on commit aa38629

Please sign in to comment.