Skip to content

Commit 9805842

Browse files
committed
Clean Cython conditions in pyproject.toml build requirements
1 parent 121ecb2 commit 9805842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/basemap/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ requires = [
33
'setuptools',
44
'wheel',
55
'numpy == 2.0.0',
6-
'cython >= 0.29, < 3.1; python_version >= "3.3" or python_version < "3.0"',
6+
'cython >= 0.29, < 3.1',
77
]
88
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)