Skip to content

Commit

Permalink
Remove opencv python release increment (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
aliberts authored May 8, 2024
1 parent 7b3b348 commit 9e99323
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gym-pusht"
version = "0.1.2"
version = "0.1.3"
description = "A gymnasium environment for PushT."
authors = [
"Rémi Cadène <[email protected]>",
Expand All @@ -23,7 +23,7 @@ packages = [{include = "gym_pusht"}]
[tool.poetry.dependencies]
python = "^3.10"
gymnasium = ">=0.29.1"
opencv-python = ">=4.9.0.80"
opencv-python = ">=4.9.0"
pygame = ">=2.5.2"
pymunk = ">=6.6.0"
shapely = ">=2.0.3"
Expand Down

0 comments on commit 9e99323

Please sign in to comment.