python312Packages.photutils: init at 1.12.0

Astropy package for source detection and photometry

https://github.com/astropy/photutils
This commit is contained in:
Fabian Affolter
2024-06-21 12:37:19 +02:00
parent a654343c88
commit c592ae6a07
@@ -42,7 +42,7 @@ buildPythonPackage rec {
substituteInPlace pyproject.toml \
--replace-fail "'numpy>=2.0.0rc1'," ""
'';
build-system = [
setuptools
setuptools-scm
@@ -74,7 +74,7 @@ buildPythonPackage rec {
];
};
# With 1.12.0 tests have issues importing modules
# With 1.12.0 tests have issues importing modules
doCheck = false;
pythonImportsCheck = [ "photutils" ];