diff --git a/pyproject.toml b/pyproject.toml index 30a4fd4..7bd91ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ classifiers=[ "Topic :: Scientific/Engineering :: Astronomy", ] dependencies = [ - "numpy", + "numpy<2.0", "six", ]