diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9224ce9..9e3ff36 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: fail-fast: false matrix: python-version: ['3.11', '3.12', '3.13', '3.14'] - jax-version: ['0.7.2', '0.8.0', '0.8.1', '0.8.2', '0.9.0', 'nightly'] + jax-version: ['0.8.0', '0.8.1', '0.8.2', '0.9.0', 'nightly'] runs-on: ubuntu-latest timeout-minutes: 30 diff --git a/pathwaysutils/__init__.py b/pathwaysutils/__init__.py index 62506f6..4489094 100644 --- a/pathwaysutils/__init__.py +++ b/pathwaysutils/__init__.py @@ -21,4 +21,4 @@ del _initialize # When changing this, also update the CHANGELOG.md. -__version__: str = "v0.1.5" +__version__ = "v0.1.6" diff --git a/pyproject.toml b/pyproject.toml index 4590269..cf5363a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ keywords = [] dependencies = [ "absl-py", "fastapi", - "jax>=0.7.2", + "jax>=0.8.0", "orbax-checkpoint", "uvicorn", "requests",