-
Notifications
You must be signed in to change notification settings - Fork 140
WIP: Bump dev version to 0.10.0 and remove numpy<2 constraint #1286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: rivertalk <103552262+rivertalk@users.noreply.github.com>
Co-authored-by: rivertalk <103552262+rivertalk@users.noreply.github.com>
|
I have read the CLA Document and I hereby sign the CLA You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot. |
_codeql_detected_source_root
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is _codeql_detected_source_root?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
_codeql_detected_source_root is an artifact file created by the CodeQL security scanner. It was accidentally committed when I ran the security checks. I've removed it in commit 8600bc2 and added it to .gitignore to prevent this from happening again.
Co-authored-by: rivertalk <103552262+rivertalk@users.noreply.github.com>
tongke6
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Plan: Bump dev version to 0.10.0 and fix dependency problem
Based on the issue analysis, I need to:
version.bzl- Update SPU_VERSIONupdate_version.py- Update SPU_VERSION_PREFIXMODULE.bazel- Update version fieldsrc/MODULE.bazel- Update version fieldsrc/libspu/version.h- Update SPU_VERSION definepyproject.toml:numpy<2,>=1.22.0tonumpy>=1.24.0(removes <2 limit)jax[cpu]==0.6.2tojax[cpu]>=0.4.35(more flexible, supports numpy 2.x)Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.