Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jax v0.5.0 #168

Merged
merged 2 commits into from
Mar 2, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{% set python_min = "3.10" %}
{% set name = "jax" %}
{% set version = "0.4.38" %}
{% set version = "0.5.0" %}
# Not declared in the metadata but essential to this package.
# Update from _minimum_jaxlib_version in https://github.com/jax-ml/jax/blob/main/jax/version.py
{% set minimum_jaxlib_version = "0.4.38" %}
{% set minimum_jaxlib_version = "0.5.0" %}

package:
name: jax
Expand All @@ -12,7 +12,7 @@ package:
source:
# Only pull source after PyPI release
url: https://pypi.org/packages/source/j/jax/jax-{{ version }}.tar.gz
sha256: 43bae65881628319e0a2148e8f81a202fbc2b8d048e35c7cb1df2416672fa4a8
sha256: 49df70bf293a345a7fb519f71193506d37a024c4f850b358042eb32d502c81c8

build:
number: 0
Expand All @@ -27,15 +27,15 @@ requirements:
- pip
run:
- python >={{ python_min }}
- numpy >=1.24
- numpy >=1.25
- opt_einsum
- scipy >=1.10
- scipy >=1.11.1
- ml_dtypes >=0.4.0
- jaxlib >={{ minimum_jaxlib_version }},<={{ version }}
- importlib-metadata >=4.6
run_constrained:
# https://github.com/jax-ml/jax/blob/main/jax_plugins/cuda/plugin_setup.py
- cudnn >=9.2.1.18
- cudnn >=9.2.1.18,<10.0

test:
imports:
Expand Down