python3Packages.qutip: use standard cython (#418598)

This commit is contained in:
Gaétan Lepage
2025-06-21 13:13:21 +02:00
committed by GitHub
@@ -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
];