python310Packages.basemap: relax version constraints

This commit is contained in:
Robert Schütz 2023-03-17 14:01:43 -07:00
parent 42802d8a6d
commit ad62e9b164

View file

@ -11,6 +11,7 @@
, pyproj
, pyshp
, python
, pythonRelaxDepsHook
, setuptools
}:
@ -30,9 +31,12 @@ buildPythonPackage rec {
nativeBuildInputs = [
cython
geos
pythonRelaxDepsHook
setuptools
];
pythonRelaxDeps = true;
propagatedBuildInputs = [
basemap-data
numpy