-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release/0-8-4' into 'develop'
prepare release See merge request cps/commonroad/commonroad-scenario-designer!455
- Loading branch information
Showing
3 changed files
with
13 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "commonroad-scenario-designer" | ||
version = "0.8.3" | ||
version = "0.8.4" | ||
description = "Toolbox for Map Conversion and Scenario Creation for Autonomous Vehicles" | ||
authors = ["Cyber-Physical Systems Group, Technical University of Munich <[email protected]>"] | ||
license = "GPL-3.0" | ||
|
@@ -33,7 +33,7 @@ crdesigner = 'crdesigner.ui.command_line:cli' | |
|
||
[tool.poetry.dependencies] | ||
python = "^3.9,<3.12" | ||
commonroad-io = "2024.2" | ||
commonroad-io = ">=2024.2, <=2024.3" | ||
commonroad-drivability-checker = "^2024.1" | ||
pyqt6 = ">=6.6.0" | ||
matplotlib = ">=3.6.0" | ||
|