Skip to content

Commit 474ba01

Browse files
Bump gym Requirement Version for M1 Support (numpy#118)
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 (python-pillow/Pillow#5093 (comment)).
1 parent 64a17c5 commit 474ba01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pytest
77
nbval
88
statsmodels
99
imageio
10-
gym==0.18.0
10+
gym==0.18.3
1111
atari-py==0.2.5
1212
pooch==1.5.1
1313
# For supporting .md-based notebooks

0 commit comments

Comments
 (0)