diff --git a/pkgs/development/python-modules/astropy/default.nix b/pkgs/development/python-modules/astropy/default.nix index a222dbe92eca..2176a6ff1fc3 100644 --- a/pkgs/development/python-modules/astropy/default.nix +++ b/pkgs/development/python-modules/astropy/default.nix @@ -5,10 +5,11 @@ # build time , astropy-extension-helpers -, astropy-helpers , cython , jinja2 +, oldest-supported-numpy , setuptools-scm +, wheel # runtime , numpy @@ -32,14 +33,18 @@ buildPythonPackage { hash = "sha256-9q4noHf46oSQPvp2x5C5hWFzQaAISw0hw5H3o/MyrCM="; }; - SETUPTOOLS_SCM_PRETEND_VERSION = version; + postPatch = '' + substituteInPlace pyproject.toml \ + --replace 'cython==' 'cython>=' + ''; nativeBuildInputs = [ astropy-extension-helpers - astropy-helpers cython jinja2 + oldest-supported-numpy setuptools-scm + wheel ]; propagatedBuildInputs = [