Skip to content

Commit 2873831

Browse files
Illviljankeewis
andauthored
Pin pint to 0.20 (#7820)
* 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]>
1 parent fde773e commit 2873831

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

ci/requirements/all-but-dask.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies:
2626
- numpy<1.24
2727
- packaging
2828
- pandas
29-
- pint
29+
- pint<0.21
3030
- pip
3131
- pseudonetcdf
3232
- pydap

ci/requirements/environment-py311.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies:
2828
- numpy
2929
- packaging
3030
- pandas
31-
- pint
31+
- pint<0.21
3232
- pip
3333
- pooch
3434
- pre-commit

ci/requirements/environment-windows-py311.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies:
2525
- numpy
2626
- packaging
2727
- pandas
28-
- pint
28+
- pint<0.21
2929
- pip
3030
- pre-commit
3131
- pseudonetcdf

ci/requirements/environment-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies:
2525
- numpy<1.24
2626
- packaging
2727
- pandas
28-
- pint
28+
- pint<0.21
2929
- pip
3030
- pre-commit
3131
- pseudonetcdf

ci/requirements/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies:
2828
- numpy<1.24
2929
- packaging
3030
- pandas
31-
- pint
31+
- pint<0.21
3232
- pip
3333
- pooch
3434
- pre-commit

0 commit comments

Comments
 (0)