Skip to content

Commit 5d30b4d

Browse files
committed
add pytest dep
1 parent 3ec7659 commit 5d30b4d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/basemap/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ requires = [
33
"setuptools>=42",
44
"wheel",
55
"numpy==2.0.0; python_version >= '3.9'",
6-
"cython>=0.29.21,<3.1"
6+
"cython>=0.29.21,<3.1",
7+
"pytest",
78
]
89
build-backend = "setuptools.build_meta"
910

0 commit comments

Comments
 (0)