From fd060406ad9999d6bde3f604a0d33b262188dbbb Mon Sep 17 00:00:00 2001 From: Sam Duffield Date: Wed, 19 Mar 2025 11:58:15 +0000 Subject: [PATCH 1/2] Bump to 0.0.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 38bb04d..bffe437 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "thermox" -version = "0.0.3" +version = "0.0.4" description = "Exact OU processes with JAX" readme = "README.md" requires-python =">=3.9" From 2f7617db53bcbb3500635cceee8c7c656c90c34e Mon Sep 17 00:00:00 2001 From: Sam Duffield Date: Wed, 19 Mar 2025 13:41:58 +0000 Subject: [PATCH 2/2] Add packaging requirement --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bffe437..ade89ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"] +dependencies = ["jax>=0.4.0", "jaxlib>=0.4.0", "fmmax>=1.0.0", "packaging"] [project.optional-dependencies] test = ["pre-commit", "pytest-cov", "ruff", "optax", "mypy"]