diff --git a/pyproject.toml b/pyproject.toml index c1ed929d..cf1ce7c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ classifiers = [ "Typing :: Typed" ] keywords = ["medical", "image processing", "pytorch", "augmentation", "mri"] -requires-python = ">=3.9,<3.13" +requires-python = ">=3.9" dependencies = [ "deprecated>=1.2", "humanize>=0.1",