Skip to content

Commit

Permalink
change opencv dependency to headless and upgrade to version 4 (#275)
Browse files Browse the repository at this point in the history
* change opencv dependency to headless and upgrade to version 4

* revert test changes
  • Loading branch information
cpnota committed Oct 3, 2022
1 parent 8e68f0b commit a56ccc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"gym~={}".format(GYM_VERSION), # common environment interface
"numpy>=1.22.3", # math library
"matplotlib>=3.5.1", # plotting library
"opencv-python~=3.4.0", # used by atari wrappers
"opencv-python-headless>=4.0.0", # used by atari wrappers
"torch>=1.11.0", # core deep learning library
"tensorboard>=2.8.0", # logging and visualization
"cloudpickle>=2.0.0", # used to copy environments
Expand Down

0 comments on commit a56ccc8

Please sign in to comment.