Skip to content

Commit

Permalink
Merge pull request #32 from freesurfer/avnishks-patch-1
Browse files Browse the repository at this point in the history
Update pyproject.toml
  • Loading branch information
avnishks authored Jul 1, 2024
2 parents 56381dd + b5d57a3 commit 078702e
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 078702e

Please sign in to comment.