WIP: Bump dev version to 0.10.0 and remove numpy<2 constraint#1286
WIP: Bump dev version to 0.10.0 and remove numpy<2 constraint#1286
Conversation
Co-authored-by: rivertalk <[email protected]>
Co-authored-by: rivertalk <[email protected]>
|
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.
What is _codeql_detected_source_root?
There was a problem hiding this comment.
_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 <[email protected]>
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.