From 39625e9fa0575ce92c32288549a2010ca4960ad1 Mon Sep 17 00:00:00 2001 From: Federico Berto Date: Thu, 9 Mar 2023 17:01:04 +0900 Subject: [PATCH] QuickFix Versioning (#958) --- setup.py | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e306ac9e2b4..5fb678648c9 100644 --- a/setup.py +++ b/setup.py @@ -204,7 +204,7 @@ def _main(argv): "numpy", "packaging", "cloudpickle", - "tensordict", + "tensordict>=0.0.3", ], extras_require={ "atari": [ diff --git a/version.txt b/version.txt index 81340c7e72d..bbdeab6222c 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.0.4 +0.0.5