Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/flightgear-python-2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
juhannc authored Dec 2, 2024
2 parents c933932 + d4ea926 commit 1da207e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ classifiers = [
]
dependencies = [
"flightgear-python==2.0.1",
"fastapi[all]==0.105.0",
"fastapi[all]==0.115.5",
"hydra-core==1.3.2",
"loguru==0.7.2",
"lxml==5.1.0",
Expand All @@ -49,8 +49,8 @@ dependencies = [
"libtmux==0.31.0.post0",
"scipy==1.10.1",
"torch==2.1.0",
"tqdm==4.66.2",
"rich==13.7.1"
"tqdm==4.67.1",
"rich==13.9.4"
]
description = "A Python implementation of ACAS XA and ACAS XU for Flightgear."
dynamic = ["version"]
Expand Down

0 comments on commit 1da207e

Please sign in to comment.