Skip to content

Commit 94891d7

Browse files
BLD: update build-time dependencies (#1575)
1 parent 2d3c5f5 commit 94891d7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/history.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Latest
1515
- ENH: Added always_xy kwarg to :meth:`pyproj.transformer.Transformer.from_pipeline`
1616
- BUG: Clear CONTEXT_THREAD_KEY when destroying PJ_CONTEXT (pull #1541)
1717
- BUG: Default skew angle for CF grid mapping oblique mercator to 90 (issue #1506)
18+
- BLD: update build-time dependencies
1819

1920
3.7.2
2021
-----

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
[build-system]
2-
requires = ["setuptools>=61.0.0", "wheel", "cython>=3.1"]
2+
requires = [
3+
"setuptools>=77.0.1",
4+
"cython>=3.1",
5+
]
36
build-backend = "setuptools.build_meta"
47

58
[project]

0 commit comments

Comments
 (0)