Skip to content

Commit

Permalink
Relax dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeschamps committed May 30, 2024
1 parent a56b6fc commit d160bc6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
"Operating System :: OS Independent"
],
packages=setuptools.find_packages(),
python_requires=">=3.6",
python_requires=">=3.7",
install_requires=[
"tifffile",
"pillow<10",
"numpy<2",
"scipy<2"
"pillow",
"numpy",
"scipy"
],
extras_require={
"dev": [
Expand Down

0 comments on commit d160bc6

Please sign in to comment.