Skip to content

Commit

Permalink
Add spatial-io optional dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-dark committed Oct 25, 2024
1 parent 87975b4 commit dac05a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apis/python/requirements_spatial.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
tifffile
pillow
spatialdata
3 changes: 3 additions & 0 deletions apis/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,9 @@ def run(self):
],
extras_require={
"dev": open("requirements_dev.txt").read(),
"spatial-io": open("requirements_spatial.txt").read(),
"all": open("requirements_dev.txt").read()
+ open("requirements_spatial.txt").read(),
},
python_requires=">=3.9",
cmdclass={"build_ext": build_ext, "bdist_wheel": bdist_wheel},
Expand Down

0 comments on commit dac05a7

Please sign in to comment.