Skip to content

Commit b3b4821

Browse files
committed
Update pyproject.toml
1 parent 9b2795b commit b3b4821

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

packages/basemap/pyproject.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
[build-system]
22
requires = [
3-
"setuptools", "wheel",
3+
'setuptools',
4+
'wheel',
45
'oldest-supported-numpy; python_version >= "3.5"',
5-
'numpy==1.16.6; python_version == "3.4" or python_version == "2.7"',
6+
'numpy == 1.16.6; python_version == "3.4" or python_version == "2.7"',
67
'numpy == 1.11.3; python_version == "3.3" or python_version == "3.2" or python_version == "2.6"',
7-
'cython >= 0.29, <3.1; python_version >= "3.5"'
8+
'cython >= 0.29, < 3.1; python_version >= "3.3" or python_version <= "3.0"',
9+
'cython >= 0.26, < 0.27; python_version == "3.2"'
810
]
911
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)