From 34a249ac231166408fdb8d03a933907b46016920 Mon Sep 17 00:00:00 2001 From: Ryan Abernathey Date: Wed, 25 Aug 2021 10:48:50 -0400 Subject: [PATCH] update requirements --- ci/py3.8.yml | 2 +- ci/py3.9.yml | 2 +- setup.cfg | 14 ++++++++------ 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/ci/py3.8.yml b/ci/py3.8.yml index e37a1caac..2ed131bee 100644 --- a/ci/py3.8.yml +++ b/ci/py3.8.yml @@ -40,4 +40,4 @@ dependencies: - pip - pip: - pytest-timeout - - git+https://github.com/intake/fsspec-reference-maker + - sspec-reference-maker diff --git a/ci/py3.9.yml b/ci/py3.9.yml index 749d49f27..59c50859b 100644 --- a/ci/py3.9.yml +++ b/ci/py3.9.yml @@ -39,4 +39,4 @@ dependencies: - zarr>=2.6.0 - pip: - pytest-timeout - - git+https://github.com/intake/fsspec-reference-maker + - fsspec-reference-maker diff --git a/setup.cfg b/setup.cfg index 17d2fa5c5..668c46ce9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,8 +3,8 @@ name = pangeo-forge-recipes description = Pipeline tools for building and publishing analysis ready datasets. long_description = file:README.md long_description_content_type = text/markdown -maintainer = Joe Hamman -maintainer_email = jhamman@ucar.edu +maintainer = Ryan Abernathey +maintainer_email = rpa@ldeo.columbia.edu classifiers = Development Status :: 1 - Planning License :: OSI Approved :: Apache Software License @@ -12,7 +12,6 @@ classifiers = Intended Audience :: Science/Research Programming Language :: Python Programming Language :: Python :: 3 - Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Topic :: Scientific/Engineering @@ -23,7 +22,7 @@ keywords = pangeo, data [options] zip_safe = False -python_requires = >=3.7 +python_requires = >=3.8 packages = find: include_package_data = True install_requires = @@ -31,12 +30,15 @@ install_requires = click dask distributed + h5py >= 3.3.0 intake intake-xarray - rechunker>=0.4.2 + rechunker >= 0.4.2 xarray >=0.18.0 zarr >= 2.6.0 - fsspec[http]>=2021.6.0 + numcodecs >= 0.9.0 + fsspec[http] >= 2021.6.0 + fsspec-reference-maker >= 0.0.2 [options.extras_require] dev =