python3Packages.qutip: use standard cython

This unbreaks the build on Python 3.13.
This commit is contained in:
Robert Schütz
2025-06-20 18:10:56 -07:00
parent e62da8dab0
commit 1303e4bc92
@@ -5,7 +5,7 @@
fetchFromGitHub,
# build-system
cython_0,
cython,
oldest-supported-numpy,
setuptools,
@@ -47,7 +47,7 @@ buildPythonPackage rec {
'';
build-system = [
cython_0
cython
oldest-supported-numpy
setuptools
];