Skip to content

Commit

Permalink
chore(deps-dev): update pandas requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [pandas](https://github.com/pandas-dev/pandas) to permit the latest version.
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](pandas-dev/pandas@v2.1.4...v2.2.0)

---
updated-dependencies:
- dependency-name: pandas
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 25, 2024
1 parent 85a9098 commit d3fbc09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dev = [
]
examples = [
"geopandas~=0.12.2",
"pandas~=2.0.0",
"pandas>=2.0,<2.3",
"rasterio~=1.3.6",
"rasterstats>=0.18,<0.20",
"setuptools>=67.6.1,<69.1.0",
Expand Down

0 comments on commit d3fbc09

Please sign in to comment.