diff --git a/.github/workflows/nightly-package.yaml b/.github/workflows/nightly-package.yaml index 574d593b..de82d8c4 100644 --- a/.github/workflows/nightly-package.yaml +++ b/.github/workflows/nightly-package.yaml @@ -129,7 +129,7 @@ jobs: matrix: os: [ ubuntu-latest ] python-version: [ '3.13', '3.12', '3.11', '3.10', '3.9' ] - jax-version: [ 0.4.34, 0.4.31, 0.4.30, 0.4.17, 0.4.6 ] + jax-version: [ 0.4.35, 0.4.31, 0.4.30, 0.4.17, 0.4.6 ] steps: - name: Checkout @@ -273,7 +273,24 @@ jobs: matrix: os: [ ubuntu-latest ] python-version: [ '3.13', '3.12', '3.11', '3.10', '3.9' ] - polars-version: [ 1.9.0, 1.8.2, 1.7.1, 1.6.0, 1.5.0, 1.4.1, 1.3.0, 1.2.1, 1.1.0, 1.0.0, 0.20.31, 0.19.19, 0.18.15 ] + polars-version: [ + 1.12.0, + 1.11.0, + 1.10.0, + 1.9.0, + 1.8.2, + 1.7.1, + 1.6.0, + 1.5.0, + 1.4.1, + 1.3.0, + 1.2.1, + 1.1.0, + 1.0.0, + 0.20.31, + 0.19.19, + 0.18.15 + ] steps: - name: Checkout @@ -345,7 +362,7 @@ jobs: matrix: os: [ ubuntu-latest ] python-version: [ '3.12', '3.11', '3.10', '3.9' ] - torch-version: [ 2.5.0, 2.4.1, 2.3.1, 2.2.2, 2.1.2, 2.0.1, 1.13.1, 1.12.1, 1.11.0 ] + torch-version: [ 2.5.1, 2.4.1, 2.3.1, 2.2.2, 2.1.2, 2.0.1, 1.13.1, 1.12.1, 1.11.0 ] steps: - name: Checkout diff --git a/.github/workflows/test-deps.yaml b/.github/workflows/test-deps.yaml index 5075909a..7d6be3e4 100644 --- a/.github/workflows/test-deps.yaml +++ b/.github/workflows/test-deps.yaml @@ -13,7 +13,7 @@ jobs: matrix: os: [ ubuntu-latest ] python-version: [ '3.13', '3.12', '3.11', '3.10', '3.9' ] - jax-version: [ 0.4.34, 0.4.31, 0.4.30, 0.4.17, 0.4.16, 0.4.6 ] + jax-version: [ 0.4.35, 0.4.31, 0.4.30, 0.4.17, 0.4.16, 0.4.6 ] # python 3.9 | jaxlib: 0.4.6 -> 0.4.30 # python 3.10 | jaxlib: 0.4.6 -> # python 3.11 | jaxlib: 0.4.6 -> @@ -214,7 +214,24 @@ jobs: matrix: os: [ ubuntu-latest ] python-version: [ '3.13', '3.12', '3.11', '3.10', '3.9' ] - polars-version: [ 1.9.0, 1.8.2, 1.7.1, 1.6.0, 1.5.0, 1.4.1, 1.3.0, 1.2.1, 1.1.0, 1.0.0, 0.20.31, 0.19.19, 0.18.15 ] + polars-version: [ + 1.12.0, + 1.11.0, + 1.10.0, + 1.9.0, + 1.8.2, + 1.7.1, + 1.6.0, + 1.5.0, + 1.4.1, + 1.3.0, + 1.2.1, + 1.1.0, + 1.0.0, + 0.20.31, + 0.19.19, + 0.18.15 + ] steps: - name: Checkout @@ -312,7 +329,7 @@ jobs: matrix: os: [ ubuntu-latest ] python-version: [ '3.12', '3.11', '3.10', '3.9' ] - torch-version: [ 2.5.0, 2.4.1, 2.3.1, 2.2.2, 2.1.2, 2.0.1, 1.13.1, 1.12.1, 1.11.0 ] + torch-version: [ 2.5.1, 2.4.1, 2.3.1, 2.2.2, 2.1.2, 2.0.1, 1.13.1, 1.12.1, 1.11.0 ] steps: - name: Checkout