Skip to content

Commit 64466ce

Browse files
committed
build(pyproject): relax dep constraints
Relax gdal and seaborn to fix errors during conda dependency solving.
1 parent 973f8f7 commit 64466ce

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

poetry.lock

+14-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ eis = "eis_toolkit.cli:app"
2020

2121
[tool.poetry.dependencies]
2222
python = ">=3.9,<3.11"
23-
gdal = "3.4.3"
23+
gdal = ">=3.4.3,<4.0.0"
2424
rasterio = "^1.3.0"
2525
pandas = "^2.0.0"
2626
geopandas = "^0.11.1"
@@ -30,7 +30,7 @@ statsmodels = "^0.14.0"
3030
keras = "^2.9.0"
3131
tensorflow = "^2.9.1"
3232
beartype = "^0.13.1"
33-
seaborn = "0.13.0"
33+
seaborn = ">=0.13.0,<1.0.0"
3434
pykrige = "^1.7.0"
3535
rtree = "^1.0.1"
3636
typer = {extras = ["all"], version = "^0.9.0"}

0 commit comments

Comments
 (0)