Skip to content

Commit

Permalink
Rename and add optional dependency groups
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-graham committed Sep 30, 2024
1 parent 9539d54 commit 2fb5a4c
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,16 @@ dev = [
"tox>=4",
"twine",
]
autodiff = [
autograd = [
"autograd>=1.3",
"multiprocess>=0.7.0"
"multiprocess>=0.7.0",
]
jax = [
"jax>=0.4.1",
"multiprocess>=0.7.0",
]
symnum = [
"symnum>=0.2.0",
]

[tool.coverage]
Expand Down

0 comments on commit 2fb5a4c

Please sign in to comment.