Skip to content

Commit

Permalink
updating packages
Browse files Browse the repository at this point in the history
  • Loading branch information
vminfant committed Sep 4, 2024
1 parent eb81489 commit 1f19adb
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 117 deletions.
169 changes: 59 additions & 110 deletions poetry.lock

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

14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ packages = [
]

[tool.poetry.group.test.dependencies]
pandas = "^2.2.1"
pandas = "^2.2.2"
pyarrow = "^15.0.2"
zarr = "^2.17.1"
zarr = "^2.18.2"
dask = {version = "^2024.3.1", extras = ["dataframe"]}
xarray = "^2024.2.0"
xarray = "^2024.7.0"
geodatasets = "^2023.12.0"
geopandas = "^0.14.3"
geopandas = "^1.0.1"

[tool.poetry.group.dev.dependencies]
types-requests = "^2.31.0.20240218"
pytest-cov = "^5.0.0"
black = "^24.3.0"
responses = "^0.25.0"
black = "^24.8.0"
responses = "^0.25.3"
flake8 = "^7.0.0"
pre-commit = "^3.7.0"
flake8-pyproject = "^1.2.3"
Expand Down Expand Up @@ -73,7 +73,7 @@ fsspec = "^2024.3.1"
requests = "^2.31.0"
twine = "^5.0.0"
python-dotenv = "^1.0.1"
tenacity = "^8.2.3"
tenacity = "^9.0.0"


[build-system]
Expand Down

0 comments on commit 1f19adb

Please sign in to comment.