Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 2, 2025

Plan: Bump dev version to 0.10.0 and fix dependency problem

Based on the issue analysis, I need to:

  • Update version from 0.9.4 to 0.10.0.dev in all version files:
    • version.bzl - Update SPU_VERSION
    • update_version.py - Update SPU_VERSION_PREFIX
    • MODULE.bazel - Update version field
    • src/MODULE.bazel - Update version field
    • src/libspu/version.h - Update SPU_VERSION define
  • Fix dependency problem in pyproject.toml:
    • Update numpy constraint from numpy<2,>=1.22.0 to numpy>=1.24.0 (removes <2 limit)
    • Update JAX version from jax[cpu]==0.6.2 to jax[cpu]>=0.4.35 (more flexible, supports numpy 2.x)
  • Verify the changes don't break existing functionality
  • Run security checks on new dependencies (passed)
  • Remove CodeQL artifact file that was accidentally committed
  • Add CodeQL artifacts to .gitignore to prevent future accidents
Original prompt

This section details on the original issue you should resolve

<issue_title>[Feature]: Bump dev version to 0.10.0 and fix dep problem</issue_title>
<issue_description>### Feature Request Type

Build/Install

Have you searched existing issues?

Yes

Is your feature request related to a problem?

SPU 0.9.4 depends on [jax[cpu]==0.6.2]
JAX 0.6.2 requires ml-dtypes>=0.5.0 which requires [numpy>=2.1.0]
But SPU 0.9.4 also constrains [numpy>=1.22.0,<2]

Describe features you want to add to SPU

A clear and concise description of what you want to happen.

Describe features you want to add to SPU

A clear and concise description of any alternative solutions or features you've considered.</issue_description>

Comments on the Issue (you are @copilot in this section)


💡 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.

Copilot AI and others added 2 commits November 2, 2025 11:23
Co-authored-by: rivertalk <103552262+rivertalk@users.noreply.github.com>
Co-authored-by: rivertalk <103552262+rivertalk@users.noreply.github.com>
Copilot AI changed the title [WIP] Bump dev version to 0.10.0 and fix dependency problem Bump dev version to 0.10.0 and remove numpy<2 constraint Nov 2, 2025
Copilot AI requested a review from rivertalk November 2, 2025 11:26
@github-actions
Copy link

github-actions bot commented Nov 2, 2025


Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution. You can sign the CLA by just posting a Pull Request Comment same as the below format.


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.

Copy link
Collaborator

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?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

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>
Copy link
Member

@tongke6 tongke6 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@rivertalk rivertalk changed the title Bump dev version to 0.10.0 and remove numpy<2 constraint WIP: Bump dev version to 0.10.0 and remove numpy<2 constraint Nov 3, 2025
@rivertalk rivertalk changed the title WIP: Bump dev version to 0.10.0 and remove numpy<2 constraint WIP: Bump dev version to 0.10.0 and remove numpy<2 constraint Nov 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: Bump dev version to 0.10.0 and fix dep problem

4 participants