From 9e993237c6999b2cde8158a79d690016644518d7 Mon Sep 17 00:00:00 2001 From: Simon Alibert <75076266+aliberts@users.noreply.github.com> Date: Wed, 8 May 2024 09:37:55 +0200 Subject: [PATCH] Remove opencv python release increment (#11) --- poetry.lock | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index b5bf835..bf79ee2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1071,4 +1071,4 @@ test = ["pytest", "pytest-cov"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "fd1a38045f9c471eeedb0d56624fda5f663f82339461c6324ef50ba6ca04ddca" +content-hash = "872a57f2e08ca0a309632534617148a408a1796fb215ad00ee638fbd452bfbc9" diff --git a/pyproject.toml b/pyproject.toml index 566e450..06607a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 ", @@ -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"