Skip to content

Commit

Permalink
Merge branch 'installation_refactor'
Browse files Browse the repository at this point in the history
  • Loading branch information
calebweinreb committed Oct 18, 2024
2 parents 4499238 + c9b3359 commit eff3453
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,21 @@ python_requires = >=3.8
install_requires =
numba>=0.56.4
dynamax>=0.1.2
tqdm
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
tqdm
optree

cuda12 =
jax>=0.4.16
scipy==1.12.0

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

0 comments on commit eff3453

Please sign in to comment.