Skip to content

Commit

Permalink
add a test for jax and numpy backends
Browse files Browse the repository at this point in the history
  • Loading branch information
ngam authored Mar 21, 2024
1 parent 95aee43 commit fbde169
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,10 @@ requirements:
test:
requires:
- pip
- jax
commands:
- pip check
# even the numpy backend requires jax....
# https://github.com/keras-team/keras/issues/18840
# - KERAS_BACKEND=numpy python -c "import keras"
- KERAS_BACKEND=numpy python -c "import keras"

about:
home: https://github.com/keras-team/keras
Expand Down

0 comments on commit fbde169

Please sign in to comment.