diff --git a/recipe/meta.yaml b/recipe/meta.yaml index e0bec66..4abdb98 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "0.4.35" %} +{% set version = "0.4.38" %} {% set build = 0 %} {% if cuda_compiler_version != "None" %} @@ -13,7 +13,7 @@ package: source: # only pull sources after upstream PyPI release... url: https://github.com/google/jax/archive/jax-v{{ version }}.tar.gz - sha256: 65e086708ae56670676b7b2340ad82b901d8c9993d1241a839c8990bdb8d6212 + sha256: ca1e63c488d505b9c92e81499e8b06cc1977319c50d64a0e58adbd2dae1a625c patches: - patches/0001-Allow-for-custom-CUDA-build.patch - patches/0002-Consolidated-build-fixes-for-XLA.patch