Skip to content

feat: Improve Python 3.10 compatibility for dev environment#1153

Merged
tushuhei merged 2 commits intomainfrom
feature/dependency
Mar 6, 2026
Merged

feat: Improve Python 3.10 compatibility for dev environment#1153
tushuhei merged 2 commits intomainfrom
feature/dependency

Conversation

@tushuhei
Copy link
Copy Markdown
Member

@tushuhei tushuhei commented Mar 5, 2026

  • Made 'jax' dependency conditional on Python >=3.11 in pyproject.toml to allow installation on Python 3.10 without jax.
  • Added pytest.importorskip("jax") to relevant test files to skip jax-dependent tests when jax is not installed, enabling the test suite to run on Python 3.10.

tushuhei added 2 commits March 5, 2026 08:59
- Made 'jax' dependency conditional on Python >=3.11 in pyproject.toml
  to allow installation on Python 3.10 without jax.
- Added pytest.importorskip(jax) to relevant test files to skip jax-dependent
  tests when jax is not installed, enabling the test suite to run on Python 3.10.
@tushuhei tushuhei requested a review from kojiishi March 6, 2026 03:16
Copy link
Copy Markdown
Collaborator

@kojiishi kojiishi left a comment

Choose a reason for hiding this comment

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

LGTM

@tushuhei tushuhei merged commit b6b2ebd into main Mar 6, 2026
38 checks passed
@tushuhei tushuhei deleted the feature/dependency branch March 6, 2026 09:20
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.

2 participants