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 3ec7659 commit 5d30b4dCopy full SHA for 5d30b4d
packages/basemap/pyproject.toml
@@ -3,7 +3,8 @@ requires = [
3
"setuptools>=42",
4
"wheel",
5
"numpy==2.0.0; python_version >= '3.9'",
6
- "cython>=0.29.21,<3.1"
+ "cython>=0.29.21,<3.1",
7
+ "pytest",
8
]
9
build-backend = "setuptools.build_meta"
10
0 commit comments