We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f96eb7f commit ffb5f24Copy full SHA for ffb5f24
1 file changed
pyproject.toml
@@ -15,7 +15,7 @@ classifiers = [
15
"Topic :: Scientific/Engineering :: Mathematics",
16
"License :: OSI Approved :: Apache Software License",
17
]
18
-dependencies = ["jax>=0.4.0", "jaxlib>=0.4.0", "fmmax>=1.0.0"]
+dependencies = ["jax>=0.4.0", "jaxlib>=0.4.0", "fmmax>=1.0.0", "packaging"]
19
20
[project.optional-dependencies]
21
test = ["pre-commit", "pytest-cov", "ruff", "optax", "mypy"]
0 commit comments