Skip to content

Commit

Permalink
Merge pull request #63 from ACCESS-NRI/issue_62_pin_intake
Browse files Browse the repository at this point in the history
Pin intake<2.0.0
  • Loading branch information
dougiesquire committed Feb 28, 2024
2 parents 74df3c7 + fcf0c85 commit 7203613
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ requirements:
- versioneer
run:
- python >=3.9
- intake
- intake <2.0.0
- pandas

test:
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
Changelog
=========

0.2.4
-----

Not yet released

- Pin intake<2.0.0 while it is in alpha phase (:issue:`62`, :pull:`63`). By
`Dougie Squire <https://github.com/dougiesquire>`_.

0.2.3
-----

Expand Down
2 changes: 1 addition & 1 deletion ci/environment-3.10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- conda-forge
dependencies:
- black
- intake
- intake<2.0.0
- intake-esm
- pytest
- python=3.10
Expand Down
2 changes: 1 addition & 1 deletion ci/environment-3.11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- conda-forge
dependencies:
- black
- intake
- intake<2.0.0
- intake-esm
- pytest
- python=3.11
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 @@ -3,7 +3,7 @@ channels:
- conda-forge
dependencies:
- black
- intake
- intake<2.0.0
- intake-esm
- pytest
- python=3.9
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ classifiers = [
"Operating System :: OS Independent",
]
dependencies = [
"intake",
"intake < 2.0.0",
"pandas",
]
dynamic = ["version"]
Expand Down

0 comments on commit 7203613

Please sign in to comment.