Skip to content

Commit

Permalink
Bumping python and InVEST versions, adding flask and GCS.
Browse files Browse the repository at this point in the history
  • Loading branch information
phargogh committed Oct 29, 2024
1 parent e9a80b0 commit 66519b8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docker/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: base
channels:
- conda-forge
dependencies:
- python=3.10
- natcap.invest==3.14.1
- python=3.12
- natcap.invest==3.14.2
- gdal
- pygeoprocessing
- pandas
Expand All @@ -13,3 +13,5 @@ dependencies:
- jupyter
- requests
- make
- flask
- google-cloud-storage

0 comments on commit 66519b8

Please sign in to comment.