Skip to content

Commit

Permalink
Pin pint below v0.24 (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre authored Jun 11, 2024
2 parents 9fbb1e4 + d1582dc commit 81a602e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ History
0.15.0 (unreleased)
-------------------
* Fixed bug in `Config.duplicate` dating from the switch to Pydantic V2 in 0.13 (PR #367)
* Pinned `pint` below version 0.24 due to a breaking change in their API.

0.14.1 (2024-05-07)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies:
- numpy
- owslib >=0.29.1
- pandas >=2.2.0
- pint >=0.20
- pint >=0.20,<0.24
- platformdirs
- pre-commit
- pydantic >=2.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies = [
"numpy",
"owslib >=0.29.1",
"pandas >=2.2.0",
"pint >=0.20",
"pint >=0.20,<0.24",
"platformdirs",
"pydantic >=2.0",
"pydap",
Expand Down

0 comments on commit 81a602e

Please sign in to comment.