Skip to content

Commit

Permalink
add geos to dep test (#425)
Browse files Browse the repository at this point in the history
* add geos to dep test

* Saved new PDF of paper

* change cartopy version

* Saved new PDF of paper

* add shapley and pygeos versions explicitly to pyproject

* Saved new PDF of paper

* add xarray

* Saved new PDF of paper

* rely on xarray for cartopy

* Saved new PDF of paper

* test geos dep

* Saved new PDF of paper

---------

Co-authored-by: vergauwenthomas <[email protected]>
  • Loading branch information
vergauwenthomas and vergauwenthomas authored Jan 25, 2024
1 parent c30cbd5 commit e125e89
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Binary file modified docs/paper/paper.pdf
Binary file not shown.
9 changes: 7 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,21 @@ readme = "README.md"
version = "0.1.3a"

[tool.poetry.dependencies]
cartopy = '^0.21'
cartopy = "^0.22.0"
# cartopy = '^0.21.1'
earthengine-api = "^0.1.340"
geemap = '^0.20.0'
geopandas = "^0.9.0"
geos = "^0.2.3"
# geos = '^3.7'
mapclassify = "^2.4.0"
# numpy = "^1.17.3" #in pandas
matplotlib = "^3.0.0"
pandas = "^1.3.0"
pyproj = "~3.4"
# pygeos = "^0.14"
# pyproj = "~3.4"
python = "^3.9"
shapely = "^2.0.2"

[tool.poetry.group.dev.dependencies]
# To run poetry tests
Expand Down

0 comments on commit e125e89

Please sign in to comment.