diff --git a/CHANGES.rst b/CHANGES.rst index 276bbe2c..de16adf1 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,7 +4,7 @@ General ------- -- pin numpy<2 [#265] +- Changes to API -------------- diff --git a/pyproject.toml b/pyproject.toml index 33b39827..1e0c6b3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ classifiers = [ dependencies = [ "astropy >=5.0.4", "scipy >=1.7.2", - "numpy >=1.21.2, <2.0", + "numpy >=1.21.2", "opencv-python-headless >=4.6.0.66", "asdf >=2.15.0", "gwcs >= 0.18.1",