Skip to content

Commit

Permalink
try dask.array (#71)
Browse files Browse the repository at this point in the history
* try dask.array

* Update setup.py

Co-authored-by: Ryan Abernathey <ryan.abernathey@gmail.com>

* dask[array] in environments

* env with dask-core

* Update setup.py

* Update setup.py

* Update setup.py

Co-authored-by: Ryan Abernathey <ryan.abernathey@gmail.com>
  • Loading branch information
aaronspring and rabernat committed Nov 20, 2021
1 parent e01291b commit f8a5e67
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ci/environment-3.7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
dependencies:
- python=3.7
- xarray
- dask
- dask-core
- numpy=1.17
- pytest
- hypothesis
Expand Down
2 changes: 1 addition & 1 deletion ci/environment-3.8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
dependencies:
- python=3.8
- xarray
- dask
- dask-core
- numpy=1.18
- pytest
- hypothesis
Expand Down
2 changes: 1 addition & 1 deletion ci/environment-3.9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
dependencies:
- python=3.9
- xarray
- dask
- dask-core
- numpy
- pytest
- hypothesis
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"Topic :: Scientific/Engineering",
]

INSTALL_REQUIRES = ["xarray>=0.12.0", "dask", "numpy>=1.17"]
INSTALL_REQUIRES = ["xarray>=0.12.0", "dask[array]", "numpy>=1.17"]
PYTHON_REQUIRES = ">=3.7"

DESCRIPTION = "Fast, flexible, label-aware histograms for numpy and xarray"
Expand Down

0 comments on commit f8a5e67

Please sign in to comment.