Skip to content

Commit

Permalink
Relax version of numpy to build against since it depends heavily on P…
Browse files Browse the repository at this point in the history
…ython version
  • Loading branch information
jesper-friis committed Dec 15, 2024
1 parent 3cbe0bb commit a576d9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[build-system]
requires = [
# numpy>=2.1.0 fails with with "undefined symbol: PyMutex_Unlock" on Python 3.13
"numpy==2.0.2",
"numpy>=1.14.5",
"numpy<2.1.0; python_version>='3.13'",
"swig==4.3.0",
"cmake==3.31.1",
"setuptools==75.3.0",
Expand Down

0 comments on commit a576d9f

Please sign in to comment.