Skip to content

Commit

Permalink
Lower python version
Browse files Browse the repository at this point in the history
  • Loading branch information
kbevers committed Jan 20, 2024
1 parent f33f749 commit bdc1dd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: webproj
channels:
- conda-forge
dependencies:
- python=3.12
- python=3.11
- pip
- fastapi
- pyproj
Expand Down
2 changes: 1 addition & 1 deletion environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: webproj
channels:
- conda-forge
dependencies:
- python=3.12
- python=3.11
- fastapi
- pyproj
- pydantic
Expand Down

0 comments on commit bdc1dd3

Please sign in to comment.