Loading pkgs/development/python-modules/casa-formats-io/default.nix +7 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,9 @@ , astropy , dask , numpy , oldest-supported-numpy , setuptools-scm , wheel }: buildPythonPackage rec { Loading @@ -17,7 +19,11 @@ buildPythonPackage rec { hash = "sha256-8iZ+wcSfh5ACTb3/iQAf2qQpwZ6wExWwcdJoLmCEjB0="; }; nativeBuildInputs = [ setuptools-scm ]; nativeBuildInputs = [ oldest-supported-numpy setuptools-scm wheel ]; propagatedBuildInputs = [ astropy dask numpy ]; Loading Loading
pkgs/development/python-modules/casa-formats-io/default.nix +7 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,9 @@ , astropy , dask , numpy , oldest-supported-numpy , setuptools-scm , wheel }: buildPythonPackage rec { Loading @@ -17,7 +19,11 @@ buildPythonPackage rec { hash = "sha256-8iZ+wcSfh5ACTb3/iQAf2qQpwZ6wExWwcdJoLmCEjB0="; }; nativeBuildInputs = [ setuptools-scm ]; nativeBuildInputs = [ oldest-supported-numpy setuptools-scm wheel ]; propagatedBuildInputs = [ astropy dask numpy ]; Loading