Skip to content

Commit db16688

Browse files
committed
Update quotes usage in pyproject.toml
1 parent 1779c19 commit db16688

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/basemap/pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[build-system]
22
requires = [
3-
'setuptools >= 67.0, < 81.0',
4-
'wheel >= 0.40, < 0.46',
5-
'cython >= 3.0, < 3.2',
6-
'numpy == 2.1.0; python_version == "3.13"',
7-
'numpy == 2.0.0; python_version <= "3.12"',
3+
"setuptools >= 67.0, < 81.0",
4+
"wheel >= 0.40, < 0.46",
5+
"cython >= 3.0, < 3.2",
6+
"numpy == 2.1.0; python_version == '3.13'",
7+
"numpy == 2.0.0; python_version <= '3.12'",
88
]
99
build-backend = "setuptools.build_meta"
1010

0 commit comments

Comments
 (0)