Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Numpy 2.0 has some breaking changes that breaks the installation of Surfa with Python > v3.9
  • Loading branch information
avnishks authored Jul 1, 2024
1 parent 56381dd commit b5d57a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[build-system]
requires = ['setuptools', 'wheel', 'Cython', 'numpy']
# Pinning numpy version to <2.0 due to Numpy 2.0's backwards incompatibility
requires = ['setuptools', 'wheel', 'Cython', 'numpy<2.0']

0 comments on commit b5d57a3

Please sign in to comment.