From f94e8a84fa120d8b2d09f517ed8211f1f09e94cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 13:27:16 +0000 Subject: [PATCH] Bump jax from 0.4.34 to 0.4.35 Bumps [jax](https://github.com/jax-ml/jax) from 0.4.34 to 0.4.35. - [Release notes](https://github.com/jax-ml/jax/releases) - [Changelog](https://github.com/jax-ml/jax/blob/main/CHANGELOG.md) - [Commits](https://github.com/jax-ml/jax/compare/jax-v0.4.34...jax-v0.4.35) --- updated-dependencies: - dependency-name: jax dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4f696910..db79cdb0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -569,18 +569,18 @@ files = [ [[package]] name = "jax" -version = "0.4.34" +version = "0.4.35" description = "Differentiate, compile, and transform Numpy code." optional = false python-versions = ">=3.10" files = [ - {file = "jax-0.4.34-py3-none-any.whl", hash = "sha256:b957ca1fc91f7343f91a186af9f19c7f342c946f95a8c11c7f1e5cdfe2e58d9e"}, - {file = "jax-0.4.34.tar.gz", hash = "sha256:44196854f40c5f9cea3142824b9f1051f85afc3fcf7593ec5479fc8db01c58db"}, + {file = "jax-0.4.35-py3-none-any.whl", hash = "sha256:fa99e909a31424abfec750019a6dd36f6acc18a6e7d40e2c0086b932cc351325"}, + {file = "jax-0.4.35.tar.gz", hash = "sha256:c0c986993026b10bf6f607fecb7417377460254640766ce40f1fef3fd139c12e"}, ] [package.dependencies] -jaxlib = "0.4.34" -ml-dtypes = ">=0.2.0" +jaxlib = ">=0.4.34,<=0.4.35" +ml-dtypes = ">=0.4.0" numpy = [ {version = ">=1.26.0", markers = "python_version >= \"3.12\""}, {version = ">=1.24", markers = "python_version < \"3.12\""}, @@ -592,14 +592,14 @@ scipy = [ ] [package.extras] -ci = ["jaxlib (==0.4.33)"] -cuda = ["jax-cuda12-plugin[with-cuda] (==0.4.34)", "jaxlib (==0.4.34)"] -cuda12 = ["jax-cuda12-plugin[with-cuda] (==0.4.34)", "jaxlib (==0.4.34)"] +ci = ["jaxlib (==0.4.34)"] +cuda = ["jax-cuda12-plugin[with-cuda] (>=0.4.34,<=0.4.35)", "jaxlib (==0.4.34)"] +cuda12 = ["jax-cuda12-plugin[with-cuda] (>=0.4.34,<=0.4.35)", "jaxlib (==0.4.34)"] cuda12-local = ["jax-cuda12-plugin (==0.4.34)", "jaxlib (==0.4.34)"] -cuda12-pip = ["jax-cuda12-plugin[with-cuda] (==0.4.34)", "jaxlib (==0.4.34)"] +cuda12-pip = ["jax-cuda12-plugin[with-cuda] (>=0.4.34,<=0.4.35)", "jaxlib (==0.4.34)"] k8s = ["kubernetes"] minimum-jaxlib = ["jaxlib (==0.4.34)"] -tpu = ["jaxlib (==0.4.34)", "libtpu-nightly (==0.1.dev20241002)", "requests"] +tpu = ["jaxlib (>=0.4.34,<=0.4.35)", "libtpu (==0.0.2)", "libtpu-nightly (==0.1.dev20241010+nightly.cleanup)", "requests"] [[package]] name = "jaxlib"