diff --git a/.gitignore b/.gitignore index bb385366..47b5408a 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,5 @@ # Rattler-build's artifacts are in `output` when not specifying anything. /output +# Pixi's configuration +.pixi diff --git a/README.md b/README.md index c078826f..43c92289 100644 --- a/README.md +++ b/README.md @@ -297,6 +297,7 @@ In order to produce a uniquely identifiable distribution: Feedstock Maintainers ===================== +* [@ehfd](https://github.com/ehfd/) * [@ericmjl](https://github.com/ericmjl/) * [@h-vetinari](https://github.com/h-vetinari/) * [@ngam](https://github.com/ngam/) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index ea483b74..8c0ecd97 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "0.5.1" %} +{% set version = "0.5.2" %} {% 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/jax-ml/jax/archive/jax-v{{ version }}.tar.gz - sha256: e74b1209517682075933f757d646b73040d09fe39ee3e9e4cd398407dd0902d2 + sha256: 8e9de1e012dd65fc4a9eec8af4aa2bf6782767130a5d8e1c1e342b7d658280fe patches: - patches/0001-Allow-for-custom-CUDA-build.patch - patches/0002-Consolidated-build-fixes-for-XLA.patch