python3Packages.qutip: use standard cython
This unbreaks the build on Python 3.13.
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user