Skip to content

Commit

Permalink
chore: debug jax[cpu]
Browse files Browse the repository at this point in the history
  • Loading branch information
bbayukari committed May 11, 2024
1 parent 39cd3f9 commit fe786ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/userguide/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ The current minimum dependencies to run ``skscope`` are:

- ``numpy``
- ``scikit-learn>=1.2.2``
- ``"jax"``
- ``jax[cpu]``
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def build_extension(self, ext):
install_requires=[
"numpy",
"scikit-learn>=1.2.2",
"jax",
"jax[cpu]",
"scipy",
],
license="MIT",
Expand Down

0 comments on commit fe786ec

Please sign in to comment.