Skip to content

Commit 26ec6ae

Browse files
authored
Remove packaging (#44)
1 parent ffb5f24 commit 26ec6ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "thermox"
3-
version = "0.0.4"
3+
version = "0.0.5"
44
description = "Exact OU processes with JAX"
55
readme = "README.md"
66
requires-python =">=3.9"
@@ -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", "packaging"]
18+
dependencies = ["jax>=0.4.0", "jaxlib>=0.4.0", "fmmax>=1.1.1"]
1919

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

0 commit comments

Comments
 (0)