chore(deps): update dependency pandas to v3#598
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 581e7dde0b
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| faster-eth-utils | ||
| numpy<3 | ||
| pandas>=1.4.3,<3; python_version < '3.11' | ||
| pandas>=3,<4; python_version < '3.11' |
There was a problem hiding this comment.
Restore a Python-3.10-compatible pandas constraint
The new marker pandas>=3,<4; python_version < '3.11' makes dependency resolution fail for all supported Python 3.10 installs, because pandas 3.0 declares support for Python 3.11+ only. This is a regression introduced by this commit: the package still advertises python_requires=">=3.10,<3.14" in setup.py, and the MyPy workflow matrix includes 3.10 (.github/workflows/mypy.yaml), so pip install -r requirements.txt on 3.10 will become unsatisfiable.
Useful? React with 👍 / 👎.
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
>=1.4.3,<3→>=3,<4Release Notes
pandas-dev/pandas (pandas)
v3.0.0: pandas 3.0.0Compare Source
We are pleased to announce the release of pandas 3.0.0, a major release from the pandas 2.x series. This release includes some new features, bug fixes, and performance improvements, as well as possible breaking changes.
The pandas 3.0 release removed a functionality that was deprecated in previous releases. It is recommended to first upgrade to pandas 2.3 and to ensure your code is working without warnings, before upgrading to pandas 3.0.
Highlights include:
pd.colsyntaxSee the full whatsnew for a list of all the changes.
Pandas 3.0.0 supports Python 3.11 and higher.
The release can be installed from PyPI
Or from conda-forge
Please report any issues with the release on the pandas issue tracker.
Thanks to all the contributors who made this release possible.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.