Skip to content

Commit

Permalink
Merge pull request #278 from NCAR/pint
Browse files Browse the repository at this point in the history
Pin pint
  • Loading branch information
anissa111 authored Oct 27, 2022
2 parents 992db8f + c133467 commit 37e89f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build_envs/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- geocat-viz
- xarray
- netcdf4
- pip
- pint<0.20
- ipykernel
- ipython
- jupyter_client
Expand Down
2 changes: 1 addition & 1 deletion build_envs/environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: geocat_comp_build
channels:
- conda-forge
- ncar
dependencies:
- python
- cf_xarray>=0.3.1
Expand All @@ -14,6 +13,7 @@ dependencies:
- metpy
- netcdf4 # for tests
- numpy
- pint<0.20
- pre-commit
- pytest # for tests
- pytest-cov # for tests
Expand Down
2 changes: 1 addition & 1 deletion build_envs/upstream-dev-environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: geocat_comp_build
channels:
- conda-forge
- ncar
dependencies:
- python
- cftime
Expand All @@ -13,6 +12,7 @@ dependencies:
- metpy
- netcdf4 # for tests
- numpy
- pint<0.20
- pytest # for tests
- pytest-cov # for tests
- pip
Expand Down

0 comments on commit 37e89f3

Please sign in to comment.