Skip to content

Commit

Permalink
Update pandas requirement from <2.0 to <3.0
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@0.3.0...v2.2.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 13, 2024
1 parent 4d1adb9 commit f256c79
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 @@ -44,7 +44,7 @@ dependencies = [
"netCDF4",
"numpy",
"owslib",
"pandas <2.0; python_version == '3.8'",
"pandas <3.0; python_version == '3.8'",
"pandas; python_version >= '3.9'",
"psutil",
"pywps ==4.5.1",
Expand Down

0 comments on commit f256c79

Please sign in to comment.