Skip to content

Commit

Permalink
pin scipy version
Browse files Browse the repository at this point in the history
  • Loading branch information
calebweinreb committed Apr 17, 2024
1 parent 79fd392 commit 8b73813
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Install jax using one of the lines below::
# MacOS or Linux (CPU)
pip install "jax[cpu]==0.3.22" -f https://storage.googleapis.com/jax-releases/jax_releases.html

# MacOS or Linux (GPU)
# MacOS or Linux (GPU with CUDA 11.X)
pip install "jax[cuda11_cudnn82]==0.3.22" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html

# Windows (CPU)
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ install_requires =
commentjson
jaxtyping==0.2.14
etils==1.5.2
scipy==1.11.3
jax-moseq==0.2.2

[options.package_data]
Expand Down

0 comments on commit 8b73813

Please sign in to comment.