diff --git a/pyproject.toml b/pyproject.toml index 79f3d1f..cd800e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ authors = [ description = "Fast Autonomous Scanning Toolkit" readme = "README.md" license = {file = "LICENSE.txt"} -#requires-python = "~=3.10" +requires-python = ">=3.10" dependencies = [ "numpy", "scipy",