Skip to content

Commit

Permalink
(fix): need to require optax/flax
Browse files Browse the repository at this point in the history
  • Loading branch information
ilan-gold committed May 22, 2024
1 parent 0145b5b commit 98177c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,11 @@ dependencies = [
"ott-jax>=0.4.6",
"cloudpickle>=2.2.0",
"rich>=13.5",
]

[project.optional-dependencies]
neural = [
"optax>=0.1.7",
"flax>=0.7.1",
]

[project.optional-dependencies]
spatial = [
"squidpy>=1.2.3"
]
Expand Down

0 comments on commit 98177c1

Please sign in to comment.