From 4cc8a26c8d8c31508134bcf8fb7c08931c8bf808 Mon Sep 17 00:00:00 2001 From: Jacob Bieker Date: Thu, 1 Feb 2024 09:28:31 +0000 Subject: [PATCH] Add numcodecs to setup --- setup.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index b7de2c6..8e377b7 100644 --- a/setup.py +++ b/setup.py @@ -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="info@openclimatefix.org", 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(),