Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eachanjohnson committed Oct 14, 2024
1 parent 2199d18 commit 99c3396
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,24 @@ dependencies = [
]

[project.optional-dependencies]
fit_base = [
"scipy",
"matplotlib",
]
fit = [
"crispio[fit_base]",
"jax",
"optax",
]
fit_cuda12 = [
"crispio[fit_base]",
"jax[cuda12]",
"optax",
"scipy",
"matplotlib",
]
fit_cuda_local = [
fit_cuda12_local = [
"crispio[fit_base]",
"jax[cuda12_local]",
"optax",
"scipy",
]

[project.urls]
Expand Down

0 comments on commit 99c3396

Please sign in to comment.