Skip to content

Commit

Permalink
WIP JRIV
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrivenaes committed Jan 7, 2025
1 parent 438a0ed commit e7335b6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ requires = [
"scikit-build-core[pyproject]>=0.10",
"swig<4.3.0",
"numpy==1.19.2; python_version == '3.8'",
"numpy==1.19.5; python_version == '3.9'",
"numpy==1.21.6; python_version == '3.10'",
"numpy==1.23.5; python_version <= '3.11.3'",
"numpy==2.0.0; python_version > '3.11.3'",
"numpy>=2.0.0; python_version > '3.8'",
]

build-backend = "scikit_build_core.build"

[tool.scikit-build]
Expand Down

0 comments on commit e7335b6

Please sign in to comment.