Skip to content

Commit 37b925a

Browse files
committed
EBR-75. Update gdist package to make it compatible with numpy 2.x
1 parent a013967 commit 37b925a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
requires = ["setuptools",
33
"wheel",
44
"Cython",
5-
"oldest-supported-numpy"
5+
"numpy"
66
]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def finalize_options(self):
103103

104104
setuptools.setup(
105105
name="tvb-" + GEODESIC_NAME,
106-
version="2.2.1",
106+
version="2.2.2",
107107
ext_modules=GEODESIC_MODULE,
108108
include_dirs=INCLUDE_DIRS,
109109
cmdclass={"build_ext": new_build_ext},

0 commit comments

Comments
 (0)