[Hotfix] Pin opencv-python-headless==4.3.0.36 (#10049)

This commit is contained in:
Simon Mo 2020-08-11 15:58:18 -07:00 committed by GitHub
parent 82cdcff898
commit f1ede1099f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View file

@ -12,7 +12,7 @@ kubernetes
lxml
networkx
numba
opencv-python-headless
opencv-python-headless==4.3.0.36
openpyxl
pandas==0.24.2
Pillow

View file

@ -7,7 +7,7 @@ flatbuffers
jsonschema
mock
numpy
opencv-python-headless
opencv-python-headless==4.3.0.36
pandas
pickle5
pillow

View file

@ -7,7 +7,7 @@ RUN conda install -y numpy
# Needed to run Tune example with a 'plot' call - which does not actually render a plot, but throws an error.
RUN apt-get install -y zlib1g-dev libgl1-mesa-dev libgtk2.0-dev
RUN pip install -U pip
RUN pip install gym[atari] opencv-python-headless tensorflow lz4 pytest-timeout smart_open tensorflow_probability dm_tree
RUN pip install gym[atari] opencv-python-headless==4.3.0.36 tensorflow lz4 pytest-timeout smart_open tensorflow_probability dm_tree
RUN pip install -U h5py # Mutes FutureWarnings
RUN pip install --upgrade bayesian-optimization hyperopt
RUN pip install ConfigSpace==0.4.10

View file

@ -1,7 +1,7 @@
flake8==3.7.7
flake8-quotes
gym
opencv-python
opencv-python-headless==4.3.0.36
pandas
requests
tabulate

View file

@ -31,7 +31,7 @@ dm_tree
flask
gym[atari]
lz4
opencv-python-headless
opencv-python-headless==4.3.0.36
pandas==1.0.5
scipy==1.4.1
tabulate

View file

@ -119,7 +119,7 @@ extras["rllib"] = extras["tune"] + [
"dm_tree",
"gym[atari]",
"lz4",
"opencv-python-headless",
"opencv-python-headless<=4.3.0.36",
"pyyaml",
"scipy",
]