diff --git a/pyproject.toml b/pyproject.toml index 0f54607..43ac216 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ classifiers = [ requires-python = ">=3.10" dependencies = [ - "numpy", + "numpy<2", "pyyaml", "tomopy", "cupy-cuda12x==12.3.0",