Skip to content

Commit 79c78bf

Browse files
committed
fix: pin pyproj to higher version for Python >= 3.11
1 parent 1eb4e7a commit 79c78bf

2 files changed

Lines changed: 91 additions & 8 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ dependencies = [
2626
"rio-stac>=0.10.0",
2727
"stactools>=0.5.0",
2828
"semver>=3.0.4",
29+
"pyproj>=3.6.1",
30+
"pyproj>=3.7.2 ; python_full_version >= '3.11'",
2931
]
3032

3133
[dependency-groups]
@@ -51,7 +53,7 @@ cogs = [
5153
"boto3>=1.37.1",
5254
"httpx>=0.28.1",
5355
"obstore>=0.4.0",
54-
"rio-cogeo>=5.4.1",
56+
"rio-cogeo>=5.4.2",
5557
"tqdm>=4.67.1",
5658
]
5759

0 commit comments

Comments
 (0)