-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clean up and update version of neem_pycram_interface, and update text…
… annotation.
- Loading branch information
1 parent
04d39d5
commit bda59b6
Showing
4 changed files
with
32 additions
and
19 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 |
---|---|---|
|
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" | |
|
||
[project] | ||
name = "episode_segmenter" | ||
version = "1.0.16" | ||
version = "1.0.17" | ||
description = "Annotates activitiy episodes represented by meshes moving in a 3D environment with the corresponding events, actions and activities." | ||
readme = "README.md" | ||
authors = [{ name = "Abdelrhman Bassiouny", email = "[email protected]" }] | ||
|
@@ -15,7 +15,7 @@ classifiers = [ | |
"Programming Language :: Python :: 3", | ||
] | ||
keywords = ["robotics", "knowledge", "memories", "episodic", "pycram"] | ||
dependencies = ["neem_pycram_interface", | ||
dependencies = ["neem_pycram_interface==1.0.167", | ||
] | ||
requires-python = ">=3.8" | ||
|
||
|
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,4 +1,4 @@ | ||
neem_pycram_interface | ||
neem_pycram_interface==1.0.167 | ||
trimesh | ||
dm_control | ||
pydub | ||
|
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
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