Skip to content

Commit

Permalink
Restrict dev environment to python<3.12 (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
atedstone authored Jan 18, 2024
1 parent 3e45720 commit 920487d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: geoutils-dev
channels:
- conda-forge
dependencies:
- python>=3.9
- python>=3.9,<3.12
- geopandas>=0.12.0
- matplotlib
- pyproj
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: geoutils
channels:
- conda-forge
dependencies:
- python>=3.9
- python>=3.9,<3.12
- geopandas>=0.12.0
- matplotlib
- pyproj
Expand Down

0 comments on commit 920487d

Please sign in to comment.