Skip to content

Commit

Permalink
chore: add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasschaub committed Aug 15, 2023
1 parent a220660 commit 2139678
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ dependencies:
- python=3.10.*
- mamba
- poetry=1.*
- gdal=3.4.1
- gdal=3.4.1 # same as in Dockerfile and pyproject.toml
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ PyMuPDF = {extras = ["Pillow"], version = "^1.21.0"}
psycopg2 = "^2.9.5"
plotly = "^5.15.0"
kaleido = "0.2.1" # Not working with '^', cf. https://github.com/plotly/Kaleido/issues/125
gdal = {version = "3.4.1", extras = ["numpy"]}
gdal = {version = "3.4.1", extras = ["numpy"]} # same as in Dockerfile and environment.yml
geojson = "^2.5.0"
matplotlib-scalebar = "^0.8.1"
redis = "^4.5.4"
Expand Down

0 comments on commit 2139678

Please sign in to comment.