From 8761d11b7db20abc39a7540d983bd2996c535810 Mon Sep 17 00:00:00 2001 From: thatguy11325 <148832074+thatguy11325@users.noreply.github.com> Date: Fri, 18 Oct 2024 21:42:34 -0400 Subject: [PATCH] Guess we're installing puffer from git now --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ef33a93..ae111f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "omegaconf", "opencv-python", "pyboy>=2", - "pufferlib[cleanrl]>=1.0.0", + "pufferlib[cleanrl] @ git+https://github.com/PufferAI/PufferLib.git@1.0", "scikit-image", "torch>=2.4", "torchvision",