diff --git a/pyproject.toml b/pyproject.toml index 3401de7..a212b74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = [ "setuptools_scm", "hatch-fancy-pypi-readme", "oldest-supported-numpy; python_version<='3.12'", - "numpy<2.0.0; python_version>='3.12'", + "numpy; python_version>='3.12'", ] build-backend = "scikit_build_core.build" @@ -35,7 +35,7 @@ classifiers = [ "Programming Language :: Python", ] dependencies = [ - "numpy<2.0.0" + "numpy" ] python_requires = ">=3.7" diff --git a/rapidjson b/rapidjson index 282d770..93331fe 160000 --- a/rapidjson +++ b/rapidjson @@ -1 +1 @@ -Subproject commit 282d770fb30f6a440f5ef3f05d66ae68177cc2ac +Subproject commit 93331feda445d585016293c964675816740b4cd0