Skip to content

Commit 967d756

Browse files
deps: update pandas requirement from >=2.2.3 to >=3.0.3
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.2.3...v3.0.3) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 403ed48 commit 967d756

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

zixy-py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies = [
3333
"numpy>=1.26.4",
3434
"scipy>=1.15.2",
3535
"sympy>=1.14.0",
36-
"pandas>=2.2.3",
36+
"pandas>=3.0.3",
3737
"typing_extensions>=4.16.0",
3838
]
3939

0 commit comments

Comments
 (0)