py-chex: add 0.1.89, py-optax: add 0.2.4(#49388)

This commit is contained in:
Fernando Ayats 2025-03-17 09:34:42 +01:00 committed by GitHub
parent 1cd6f4e28f
commit a0599e5e27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,7 @@ class PyChex(PythonPackage):
license("Apache-2.0")
version("0.1.89", sha256="78f856e6a0a8459edfcbb402c2c044d2b8102eac4b633838cbdfdcdb09c6c8e0")
version("0.1.86", sha256="e8b0f96330eba4144659e1617c0f7a57b161e8cbb021e55c6d5056c7378091d1")
version("0.1.85", sha256="a27cfe87119d6e1fe24ccc1438a59195e6dc1d6e0e10099fcf618c3f64771faf")
version("0.1.5", sha256="686858320f8f220c82a6c7eeb54dcdcaa4f3d7f66690dacd13a24baa1ee8299e")

View File

@ -13,6 +13,7 @@ class PyOptax(PythonPackage):
license("Apache-2.0")
version("0.2.4", sha256="4e05d3d5307e6dde4c319187ae36e6cd3a0c035d4ed25e9e992449a304f47336")
version("0.2.1", sha256="fc9f430fa057377140d00aa50611dabbd7e8f4999e3c7543f641f9db6997cb1a")
version("0.1.7", sha256="6a5a848bc5e55e619b187c749fdddc4a5443ea14be85cc769f995779865c110d")
@ -22,6 +23,8 @@ class PyOptax(PythonPackage):
depends_on("py-absl-py@0.7.1:", type=("build", "run"))
depends_on("py-chex@0.1.7:", when="@0.2.1:", type=("build", "run"))
depends_on("py-chex@0.1.5:", when="@0.1.7", type=("build", "run"))
depends_on("py-chex@0.1.89:", when="@0.2.4", type=("build", "run"))
depends_on("py-jax@0.1.55:", type=("build", "run"))
depends_on("py-jaxlib@0.1.37:", type=("build", "run"))
depends_on("py-numpy@1.18.0:", type=("build", "run"))
depends_on("py-etils@1.7.0", type=("build", "run"), when="@0.2.3:0.2.4")