-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9bd1354
commit 9ec94c2
Showing
1 changed file
with
2 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "robologs-ros-utils" | ||
version = "0.1.1a75" | ||
version = "0.1.1a76" | ||
description = "robologs-ros-utils is an open source library of containerized data transformations for the robotics and drone communities" | ||
authors = ["roboto.ai <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
@@ -15,7 +15,7 @@ click = "^8.1.3" | |
opencv-python-headless = "^4.5.0.0" | ||
rosbags = "^0.9.13" | ||
rosbags-image = "0.9.1" | ||
pydantic = "^1.10.2" | ||
pydantic = "^2.5" | ||
pytest = "^7.2.0" | ||
Flask = "^2" | ||
coverage = "^6.5.0" | ||
|