Skip to content

Commit

Permalink
Fix jax config (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins authored Apr 4, 2024
1 parent 0d60d8e commit d7d7b6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ History

X.Y.Z (YYYY-MM-DD)
------------------
* Fix jax configuration (:pr:`301`)
* Configure dependabot for github actions (:pr:`296`)
* Cache numba kernels between CI runs (:pr:`294`)

Expand Down
2 changes: 1 addition & 1 deletion africanus/util/jax_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


try:
import jax.config
import jax
except ImportError:
pass
else:
Expand Down

0 comments on commit d7d7b6c

Please sign in to comment.