Skip to content

Commit

Permalink
Fix JAX tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ehfd authored Feb 20, 2025
1 parent fae6015 commit 781e2db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ requirements:

test:
requires:
- python {{ python_min }}
# JAX is only available with Python >=3.10, but Python 3.9 should work with other backends
- python 3.10
- pip
- tensorflow-base
- tf-keras
- tensorflow-datasets
- jax
- jaxlib
commands:
- pip check
imports:
Expand Down

0 comments on commit 781e2db

Please sign in to comment.