From 5fda2be0a20e2cc5bad80cbec81d5437ba3775bd Mon Sep 17 00:00:00 2001 From: Saul Shanabrook Date: Wed, 26 Jan 2022 11:42:59 -0500 Subject: [PATCH] Bump Gym Requirement Version for M1 Support I had to bump the gym requirement to 0.18.3, so that it required a version of pillow > 8.1.1 which added wheels for m1 (https://github.com/python-pillow/Pillow/issues/5093#issuecomment-788459509). --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9a2a34f4..b1222e71 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ pytest nbval statsmodels imageio -gym==0.18.0 +gym==0.18.3 atari-py==0.2.5 pooch==1.5.1 # For supporting .md-based notebooks