Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ec91dd4

Browse files
committed
Fix marker for Cython in pyproject.toml
1 parent ebbcc14 commit ec91dd4

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
@@ -5,7 +5,7 @@ requires = [
55
'numpy == 1.21.4; python_version >= "3.10"',
66
'numpy == 1.16.6; python_version == "2.7" or (python_version >= "3.4" and python_version <= "3.9")',
77
'numpy == 1.11.3; python_version == "2.6" or (python_version >= "3.2" and python_version <= "3.3")',
8-
'cython >= 0.29, < 3.1; python_version >= "3.3" or python_version <= "3.0"',
8+
'cython >= 0.29, < 3.1; python_version >= "3.3" or python_version < "3.0"',
99
'cython >= 0.26, < 0.27; python_version == "3.2"'
1010
]
1111
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)