diff --git a/pyproject.toml b/pyproject.toml index c82599c..da727bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" packages = [{ include = "simple_pytree" }] [tool.poetry.dependencies] -python = ">=3.8,<3.12" +python = ">=3.8" jax = "*" jaxlib = "*" typing-extensions = "*"