Skip to content

Commit

Permalink
set numpy < 2.0 version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
ahoopes committed Sep 20, 2024
1 parent 1ae90ac commit b0e364a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All notable changes to the surfa package are documented in this file.

## [0.6.0] - 2024-09-20
- Added temporary fix to prevent numpy 2 build errors

## [0.6.0] - 2023-06-30
- Added surface distance metrics
- Added signed distance transform utilities for image data
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


requirements = [
'numpy',
'numpy<2.0',
'scipy',
'nibabel>=2.1',
'Pillow',
Expand Down
2 changes: 1 addition & 1 deletion surfa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SURFA
#

__version__ = '0.6.0'
__version__ = '0.6.1'

from . import system

Expand Down

0 comments on commit b0e364a

Please sign in to comment.