Skip to content

Commit

Permalink
Update Python dev dependencies (#624)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron authored Sep 3, 2024
1 parent 8688d4d commit 09c0005
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 48 deletions.
78 changes: 39 additions & 39 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,16 @@ geopandas = ["geopandas", "pandas", "shapely"]

[tool.poetry.group.dev.dependencies]
duckdb = ">=0.10.2"
geoarrow-pyarrow = "^0.1.1"
geoarrow-rust-core = "^0.2.0"
geodatasets = "^2023.12.0"
jupyterlab = "^4.0.5"
matplotlib = "^3.7"
palettable = "^3.3.3"
pre-commit = "^3.4.0"
geoarrow-pyarrow = ">=0.1.1"
geoarrow-rust-core = ">=0.2.0"
geodatasets = ">=2023.12.0"
jupyterlab = ">=4.0.5"
matplotlib = ">=3.7"
palettable = ">=3.3.3"
pre-commit = ">=3.4.0"
pyarrow = ">=14.0.1"
pyogrio = "^0.8"
pytest = "^7.4.2"
pyogrio = ">=0.8"
pytest = ">=7.4.2"

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

0 comments on commit 09c0005

Please sign in to comment.