Skip to content

Commit

Permalink
Merge pull request #37 from dattalab/refactor-install
Browse files Browse the repository at this point in the history
Stop supporting cuda11, which allows us to un-pin versions for several libraries and simplify setup options. Change made in conjunction with an update to keypoint-moseq so that the installation process is compatible.
  • Loading branch information
JRJacoby authored Feb 20, 2025
2 parents eff3453 + 4b566f6 commit d639560
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,8 @@ install_requires =
optree

[options.extras_require]
cuda11 =
jax==0.3.22
etils==1.5.2
scipy==1.11.3
chex==0.1.6
jaxtyping==0.2.14
tensorflow_probability==0.19.0

cuda12 =
jax>=0.4.16
scipy==1.12.0
cuda =
jax[cuda12]

[options.package_data]
* = *.md
Expand Down

0 comments on commit d639560

Please sign in to comment.