Skip to content

Commit 664e0ec

Browse files
Fix dependencies
1 parent 9991ad6 commit 664e0ec

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
"pandas==0.25.0",
3535
"gym[atari]==0.14",
3636
"atari-py==0.2.5", # https://github.com/openai/atari-py/issues/81 #TODO Remove
37-
"matplotlib", # #TODO Remove?
37+
"matplotlib==3.2.1", # #TODO Remove?
38+
"pillow==6.1.0",
3839
]
3940

4041
extras_require_cont = [
@@ -49,7 +50,8 @@
4950
"pandas==0.25.0",
5051
"gym[atari]==0.14",
5152
"atari-py==0.2.5", # https://github.com/openai/atari-py/issues/81 #TODO Remove
52-
"matplotlib", # #TODO Remove?
53+
"matplotlib==3.2.1", # #TODO Remove?
54+
"pillow==6.1.0",
5355
]
5456

5557
AUTHORS = (

0 commit comments

Comments
 (0)