Skip to content

Commit

Permalink
adjust versions
Browse files Browse the repository at this point in the history
  • Loading branch information
xoolive committed Dec 13, 2024
1 parent 2438f32 commit f487493
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 20 deletions.
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ classifiers = [
"Typing :: Typed",
]
dependencies = [
"cartes>=0.8.2",
"cartes>=0.8.3",
"httpx>=0.27.2",
"impunity>=1.0.4",
"metar>=1.11.0",
"onnxruntime>=1.20.0",
"onnxruntime>=1.19.2",
"openap>=2.0",
"pitot>=0.3.1",
"py7zr>=0.22.0",
Expand All @@ -59,11 +59,11 @@ dev-dependencies = [
]

[tool.uv.sources]
# cartes = { path = "../cartes" }
# impunity = { path = "../impunity" }
# pitot = { path = "../pitot" }
# pyopensky = { path = "../pyopensky" }
# rs1090 = { path = "../rs1090/python" }
# cartes = { path = "../cartes", editable = true }
# impunity = { path = "../impunity", editable = true }
# pitot = { path = "../pitot", editable = true }
# pyopensky = { path = "../pyopensky", editable = true }
# rs1090 = { path = "../rs1090/python", editable = true }

[project.scripts]
traffic = 'traffic.console:main'
Expand Down
36 changes: 23 additions & 13 deletions uv.lock

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

0 comments on commit f487493

Please sign in to comment.