python3Packages.pygeos: use GEOS 3.11
This commit is contained in:
parent
1b2bab090c
commit
8a9d435c4a
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
, python
|
, python
|
||||||
, geos
|
, geos311
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
, cython
|
, cython
|
||||||
, numpy
|
, numpy
|
||||||
|
@ -18,7 +18,7 @@ buildPythonPackage rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
geos # for geos-config
|
geos311 # for geos-config
|
||||||
cython
|
cython
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue