diff --git a/pyproject.toml b/pyproject.toml index 5002f1f..4b1d0f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,5 +2,5 @@ requires = ["setuptools", "wheel", "Cython", - "oldest-supported-numpy" + "numpy" ] \ No newline at end of file diff --git a/setup.py b/setup.py index 57b1334..3063c05 100644 --- a/setup.py +++ b/setup.py @@ -103,7 +103,7 @@ def finalize_options(self): setuptools.setup( name="tvb-" + GEODESIC_NAME, - version="2.2.1", + version="2.9.2", ext_modules=GEODESIC_MODULE, include_dirs=INCLUDE_DIRS, cmdclass={"build_ext": new_build_ext},