chore: bump numpy to v2#20
Conversation
50676af to
a1eb8f4
Compare
There was a problem hiding this comment.
Code Review
This pull request updates several dependency constraints in pyproject.toml, including upgrading numpy to >=2.0.0, updating pandas to >=2.2.2,<3.0.0, and relaxing the upper bound for huggingface-hub to <1.0.0. The reviewer correctly points out that upgrading to numpy>=2.0.0 introduces a compatibility issue with the existing xgboost constraint (which is <2.0.0), potentially causing runtime crashes. It is recommended to update the xgboost dependency to >=2.0.3 to ensure compatibility with NumPy 2.0.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
a1eb8f4 to
35a1a8b
Compare
No description provided.