Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
rabernat committed Aug 25, 2021
1 parent cf30def commit 34a249a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion ci/py3.8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ dependencies:
- pip
- pip:
- pytest-timeout
- git+https://github.com/intake/fsspec-reference-maker
- sspec-reference-maker
2 changes: 1 addition & 1 deletion ci/py3.9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ dependencies:
- zarr>=2.6.0
- pip:
- pytest-timeout
- git+https://github.com/intake/fsspec-reference-maker
- fsspec-reference-maker
14 changes: 8 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,15 @@ 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
Operating System :: OS Independent
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
Expand All @@ -23,20 +22,23 @@ keywords = pangeo, data

[options]
zip_safe = False
python_requires = >=3.7
python_requires = >=3.8
packages = find:
include_package_data = True
install_requires =
setuptools
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 =
Expand Down

0 comments on commit 34a249a

Please sign in to comment.