Skip to content

Commit

Permalink
resolve conflict between matplotlib and pillow
Browse files Browse the repository at this point in the history
  • Loading branch information
hnyu committed Jun 12, 2024
1 parent bbc9664 commit b92cd28
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@
'numpy==1.26',
'opencv-python==4.9.0.80',
'pathos==0.2.4',
# with python3.7, the default version of pillow (PIL) is 8.2.0,
# which breaks some pyglet based rendering in gym
'pillow==7.2.0',
'pillow>=8',
# 'procgen>=0.10.4',
'protobuf==3.20.1',
'psutil==5.9.8',
Expand Down

0 comments on commit b92cd28

Please sign in to comment.