Skip to content

Commit

Permalink
Pin pint to 0.20 (#7820)
Browse files Browse the repository at this point in the history
* Update environment.yml

* Update environment.yml

* limit pint version

* Apply suggestions from code review

Co-authored-by: Justus Magin <[email protected]>

* Update all-but-dask.yml

---------

Co-authored-by: Justus Magin <[email protected]>
  • Loading branch information
Illviljan and keewis authored May 6, 2023
1 parent fde773e commit 2873831
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ci/requirements/all-but-dask.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies:
- numpy<1.24
- packaging
- pandas
- pint
- pint<0.21
- pip
- pseudonetcdf
- pydap
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements/environment-py311.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies:
- numpy
- packaging
- pandas
- pint
- pint<0.21
- pip
- pooch
- pre-commit
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements/environment-windows-py311.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies:
- numpy
- packaging
- pandas
- pint
- pint<0.21
- pip
- pre-commit
- pseudonetcdf
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements/environment-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies:
- numpy<1.24
- packaging
- pandas
- pint
- pint<0.21
- pip
- pre-commit
- pseudonetcdf
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies:
- numpy<1.24
- packaging
- pandas
- pint
- pint<0.21
- pip
- pooch
- pre-commit
Expand Down

0 comments on commit 2873831

Please sign in to comment.