Commit 1303e4bc authored by Robert Schütz's avatar Robert Schütz
Browse files

python3Packages.qutip: use standard cython

This unbreaks the build on Python 3.13.
parent e62da8da
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
  ];