Skip to content

Commit

Permalink
dependencies for 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
xoolive committed Oct 16, 2024
1 parent aa92d48 commit e75dbc5
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 7 deletions.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ dependencies = [
Repository = "https://github.com/open-aviation/pyopensky/"

[project.optional-dependencies]
cartes = ["cartes>=0.8.0"]
cartes = [
"cartes>=0.8.0",
"pyproj<3.7.0; python_version<'3.10'",
"pyproj >=3.7.0; python_version>='3.10'"
]
decoding = ["pymodes>=2.18", "rs1090>=0.3.8"]

[build-system]
Expand Down
64 changes: 58 additions & 6 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e75dbc5

Please sign in to comment.