Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies = [
"ipykernel<=6.29.5",
]
# <=3.13 translates to <=3.13.0, why the <3.14 is used
requires-python = ">=3.10,<3.14"
requires-python = ">=3.10,<3.15"

[project.optional-dependencies]
develop = [
Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channels:
- nodefaults

dependencies:
- python >=3.10,<=3.13
- python >=3.14,<=3.14.3
- pip
- geopandas >=1.0.0,<=1.1.2
- glpk >=4.63,<=5.0
Expand Down
Loading