Thanks to visit codestin.com Credit goes to github.com
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 342d218 commit ebbcc14Copy full SHA for ebbcc14
packages/basemap/pyproject.toml
@@ -2,9 +2,9 @@
2
requires = [
3
'setuptools',
4
'wheel',
5
- 'oldest-supported-numpy; python_version >= "3.5"',
6
- 'numpy == 1.16.6; python_version == "3.4" or python_version == "2.7"',
7
- 'numpy == 1.11.3; python_version == "3.3" or python_version == "3.2" or python_version == "2.6"',
+ 'numpy == 1.21.4; python_version >= "3.10"',
+ 'numpy == 1.16.6; python_version == "2.7" or (python_version >= "3.4" and python_version <= "3.9")',
+ '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"',
9
'cython >= 0.26, < 0.27; python_version == "3.2"'
10
]
0 commit comments