Skip to content

Commit 09c0005

Browse files
authored
Update Python dev dependencies (#624)
1 parent 8688d4d commit 09c0005

File tree

2 files changed

+48
-48
lines changed

2 files changed

+48
-48
lines changed

poetry.lock

Lines changed: 39 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,16 @@ geopandas = ["geopandas", "pandas", "shapely"]
5555

5656
[tool.poetry.group.dev.dependencies]
5757
duckdb = ">=0.10.2"
58-
geoarrow-pyarrow = "^0.1.1"
59-
geoarrow-rust-core = "^0.2.0"
60-
geodatasets = "^2023.12.0"
61-
jupyterlab = "^4.0.5"
62-
matplotlib = "^3.7"
63-
palettable = "^3.3.3"
64-
pre-commit = "^3.4.0"
58+
geoarrow-pyarrow = ">=0.1.1"
59+
geoarrow-rust-core = ">=0.2.0"
60+
geodatasets = ">=2023.12.0"
61+
jupyterlab = ">=4.0.5"
62+
matplotlib = ">=3.7"
63+
palettable = ">=3.3.3"
64+
pre-commit = ">=3.4.0"
6565
pyarrow = ">=14.0.1"
66-
pyogrio = "^0.8"
67-
pytest = "^7.4.2"
66+
pyogrio = ">=0.8"
67+
pytest = ">=7.4.2"
6868

6969
[tool.poetry.group.docs.dependencies]
7070
# We use ruff format ourselves, but mkdocstrings requires black to be installed

0 commit comments

Comments
 (0)