Skip to content

Commit ffb5f24

Browse files
authored
Add packaging dependecy on behalf of fmmax (#43)
* Bump to 0.0.4 * Add packaging requirement
1 parent f96eb7f commit ffb5f24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ classifiers = [
1515
"Topic :: Scientific/Engineering :: Mathematics",
1616
"License :: OSI Approved :: Apache Software License",
1717
]
18-
dependencies = ["jax>=0.4.0", "jaxlib>=0.4.0", "fmmax>=1.0.0"]
18+
dependencies = ["jax>=0.4.0", "jaxlib>=0.4.0", "fmmax>=1.0.0", "packaging"]
1919

2020
[project.optional-dependencies]
2121
test = ["pre-commit", "pytest-cov", "ruff", "optax", "mypy"]

0 commit comments

Comments
 (0)