Skip to content

Commit

Permalink
Merge pull request #293 from dougiesquire/DS_pin_xhistogram
Browse files Browse the repository at this point in the history
Avoid xhistogram=0.1.3
  • Loading branch information
raybellwaves committed Apr 21, 2021
2 parents c8a5233 + 2198c5f commit c5e9412
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
4 changes: 3 additions & 1 deletion ci/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ dependencies:
- scikit-learn
- scipy
- xarray>=0.16.1
- xhistogram>=0.1.2
# xhistogram 0.1.3 introduced an error that broke xskillscore
# see https://github.com/xgcm/xhistogram/issues/48
- xhistogram!=0.1.3
# Package Management
- asv
- black
Expand Down
4 changes: 3 additions & 1 deletion ci/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ dependencies:
- sphinx-autosummary-accessors
- toolz
- xarray>=0.16.1
- xhistogram>=0.1.2
# xhistogram 0.1.3 introduced an error that broke xskillscore
# see https://github.com/xgcm/xhistogram/issues/48
- xhistogram!=0.1.3
- pip:
- -e ..
4 changes: 3 additions & 1 deletion ci/docs_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ dependencies:
- scikit-learn
- scipy
- xarray>=0.16.1
- xhistogram>=0.1.2
# xhistogram 0.1.3 introduced an error that broke xskillscore
# see https://github.com/xgcm/xhistogram/issues/48
- xhistogram!=0.1.3
- importlib_metadata
- jupyterlab
- matplotlib-base
Expand Down
4 changes: 3 additions & 1 deletion ci/minimum-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ dependencies:
- scikit-learn
- scipy
- xarray>=0.16.1
- xhistogram>=0.1.2
# xhistogram 0.1.3 introduced an error that broke xskillscore
# see https://github.com/xgcm/xhistogram/issues/48
- xhistogram!=0.1.3
- coveralls
- pytest
- pytest-cov
Expand Down
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ scikit-learn
scipy
toolz
xarray>=0.16.1
xhistogram>=0.1.2
# xhistogram 0.1.3 introduced an error that broke xskillscore
# see https://github.com/xgcm/xhistogram/issues/48
xhistogram!=0.1.3

0 comments on commit c5e9412

Please sign in to comment.