python3Packages.svgdigitizer: relax deps on astropy to allow building

https://github.com/echemdb/svgdigitizer/issues/298
This commit is contained in:
Sarah Clark
2026-07-12 13:40:06 -07:00
parent 79966310b7
commit dfc8eaa132

View File

@@ -42,6 +42,11 @@ buildPythonPackage rec {
setuptools
];
# https://github.com/echemdb/svgdigitizer/issues/298
pythonRelaxDeps = [
"astropy"
];
dependencies = [
astropy
click