Skip to content

Commit

Permalink
Updates build-requires
Browse files Browse the repository at this point in the history
  • Loading branch information
phschiele authored Jun 17, 2024
1 parent 025b8bb commit 7d2dc5d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
[build-system]
build-backend = 'mesonpy'
requires = ['meson-python', 'oldest-supported-numpy']
requires = [
"numpy >= 2.0.0; python_version > '3.8'",
"oldest-supported-numpy; python_version <= '3.8'",
"meson-python"
]

[project]
name = 'scs'
Expand Down

0 comments on commit 7d2dc5d

Please sign in to comment.