Skip to content

Commit

Permalink
Require cmake-build-extension==0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed May 14, 2024
1 parent 0c00046 commit bd062a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/sdist/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ requires = [
# cf. discussion at https://github.com/numpy/numpy/issues/5888
# (https://github.com/scipy/oldest-supported-numpy/)
"oldest-supported-numpy",
"cmake-build-extension==0.5.1",
"cmake-build-extension==0.6.0",
]
build-backend = "setuptools.build_meta"

Expand All @@ -21,7 +21,7 @@ dynamic = ["version"]
description = "Advanced multi-language Interface to CVODES and IDAS"
requires-python = ">=3.10"
dependencies = [
"cmake-build-extension==0.5.1",
"cmake-build-extension==0.6.0",
"sympy>=1.9",
"numpy>=1.19.3; python_version=='3.9'",
"numpy>=1.21.4; python_version>='3.10'",
Expand Down

0 comments on commit bd062a8

Please sign in to comment.