Skip to content

Commit c6bae7f

Browse files
committed
Update contextily dependency in pyproject.toml and requirements-optional.txt
- Modified contextily dependency in pyproject.toml to conditionally require it for Python versions below 3.14.
1 parent bbb603f commit c6bae7f

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ monte-carlo = [
6565
"multiprocess>=0.70",
6666
"statsmodels",
6767
"prettytable",
68-
"contextily>=1.0.0",
68+
"contextily>=1.0.0; python_version < '3.14'",
6969
]
7070

7171
all = ["rocketpy[env-analysis]", "rocketpy[monte-carlo]"]

requirements-optional.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ timezonefinder
66
imageio
77
multiprocess>=0.70
88
statsmodels
9-
prettytable
10-
contextily>=1.0.0
9+
prettytable

0 commit comments

Comments
 (0)