Skip to content

Commit 9e99323

Browse files
authored
Remove opencv python release increment (#11)
1 parent 7b3b348 commit 9e99323

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

poetry.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "gym-pusht"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
description = "A gymnasium environment for PushT."
55
authors = [
66
"Rémi Cadène <re.cadene@gmail.com>",
@@ -23,7 +23,7 @@ packages = [{include = "gym_pusht"}]
2323
[tool.poetry.dependencies]
2424
python = "^3.10"
2525
gymnasium = ">=0.29.1"
26-
opencv-python = ">=4.9.0.80"
26+
opencv-python = ">=4.9.0"
2727
pygame = ">=2.5.2"
2828
pymunk = ">=6.6.0"
2929
shapely = ">=2.0.3"

0 commit comments

Comments
 (0)