Skip to content

Commit

Permalink
python313Packages.shapely: build with cython 3
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Jan 22, 2025
1 parent b48b0f8 commit 7af14b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/shapely/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
pytestCheckHook,
pythonOlder,

cython_0,
cython,
geos,
numpy,
oldest-supported-numpy,
Expand Down Expand Up @@ -36,7 +36,7 @@ buildPythonPackage rec {
];

nativeBuildInputs = [
cython_0
cython
geos # for geos-config
oldest-supported-numpy
setuptools
Expand Down

0 comments on commit 7af14b3

Please sign in to comment.