From a042548e27be969583470c0589db2995f31140f7 Mon Sep 17 00:00:00 2001 From: Sam Duffield Date: Wed, 19 Mar 2025 15:46:44 +0000 Subject: [PATCH] Remove packaging --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ade89ff..a7a7372 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "thermox" -version = "0.0.4" +version = "0.0.5" description = "Exact OU processes with JAX" readme = "README.md" requires-python =">=3.9" @@ -15,7 +15,7 @@ classifiers = [ "Topic :: Scientific/Engineering :: Mathematics", "License :: OSI Approved :: Apache Software License", ] -dependencies = ["jax>=0.4.0", "jaxlib>=0.4.0", "fmmax>=1.0.0", "packaging"] +dependencies = ["jax>=0.4.0", "jaxlib>=0.4.0", "fmmax>=1.1.1"] [project.optional-dependencies] test = ["pre-commit", "pytest-cov", "ruff", "optax", "mypy"]