Skip to content

Commit

Permalink
Add numcodecs to setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbieker authored Feb 1, 2024
1 parent 1fab890 commit 4cc8a26
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
""" JpegXLFloatWithNaNs
JpegXlFloatWithNaNs is a codec for numcodecs for compressing image data in Zarr/Xarray
"""
For more detailed information, please check the accompanying README.md.
"""
from pathlib import Path
Expand All @@ -19,7 +16,7 @@
author="Jacob Bieker",
author_email="[email protected]",
company="Open Climate Fix Ltd",
install_requires=["numpy", "blosc2"],
install_requires=["numpy", "blosc2", "numcodecs"],
long_description=long_description,
long_description_content_type="text/markdown",
packages=find_packages(),
Expand Down

0 comments on commit 4cc8a26

Please sign in to comment.