Skip to content

Commit 86aa9cb

Browse files
authored
Merge pull request #83 from the-virtual-brain/EBR-75
EBR-75. Update gdist package to make it compatible with numpy 2.x
2 parents a013967 + 6644d08 commit 86aa9cb

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.9.2",
107107
ext_modules=GEODESIC_MODULE,
108108
include_dirs=INCLUDE_DIRS,
109109
cmdclass={"build_ext": new_build_ext},

0 commit comments

Comments
 (0)