-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1fab890
commit 4cc8a26
Showing
1 changed file
with
2 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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(), | ||
|