Skip to content

Commit

Permalink
Updated rapidjson and remove numpy pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
langmm committed Jun 18, 2024
1 parent 2a30b19 commit 1c29f00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -35,7 +35,7 @@ classifiers = [
"Programming Language :: Python",
]
dependencies = [
"numpy<2.0.0"
"numpy"
]
python_requires = ">=3.7"

Expand Down

0 comments on commit 1c29f00

Please sign in to comment.