From 9a0299ac7f045757cd78ce25ca125ec5961cf7f0 Mon Sep 17 00:00:00 2001 From: J K Terry Date: Tue, 5 Oct 2021 16:02:09 -0400 Subject: [PATCH] pymunk upgrade (no version bumps needed) --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 150685c5a..e6cfffd64 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ gym>=0.18.0 pygame==2.0.0 numpy>=1.18.0 -pymunk==6.0.0 +pymunk==6.2.0 box2d-py==2.3.5 python-chess==0.31.4 rlcard==1.0.4 diff --git a/setup.py b/setup.py index 9b6eff9bf..9101ddcf9 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def get_version(): extras = { "atari": ["multi_agent_ale_py==0.1.11", "pygame==2.0.0"], "classic": ["python-chess==0.31.4", "rlcard==1.0.4", "pygame==2.0.0", "hanabi_learning_environment==0.0.1"], - "butterfly": ["pygame==2.0.0", "pymunk==6.0.0"], + "butterfly": ["pygame==2.0.0", "pymunk==6.2.0"], "magent": ["magent==0.1.14"], "mpe": ["pyglet>=1.4.0"], "sisl": ["pygame==2.0.0", "box2d-py==2.3.5", "pyglet>=1.4.0", "scipy>=1.4.1"],