We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebbcc14 commit ec91dd4Copy full SHA for ec91dd4
packages/basemap/pyproject.toml
@@ -5,7 +5,7 @@ requires = [
5
'numpy == 1.21.4; python_version >= "3.10"',
6
'numpy == 1.16.6; python_version == "2.7" or (python_version >= "3.4" and python_version <= "3.9")',
7
'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"',
+ 'cython >= 0.29, < 3.1; python_version >= "3.3" or python_version < "3.0"',
9
'cython >= 0.26, < 0.27; python_version == "3.2"'
10
]
11
build-backend = "setuptools.build_meta"
0 commit comments