python3Packages.pygeos: use GEOS 3.11

This commit is contained in:
Ivan Mincik 2023-12-06 16:00:45 +01:00
parent 1b2bab090c
commit 8a9d435c4a

View file

@ -2,7 +2,7 @@
, buildPythonPackage
, fetchPypi
, python
, geos
, geos311
, pytestCheckHook
, cython
, numpy
@ -18,7 +18,7 @@ buildPythonPackage rec {
};
nativeBuildInputs = [
geos # for geos-config
geos311 # for geos-config
cython
];