Skip to content

Commit

Permalink
[Hotfix] Pin opencv-python-headless==4.3.0.36 (#10049)
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-mo authored Aug 11, 2020
1 parent 82cdcff commit f1ede10
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ci/asan_tests/ray-project/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ kubernetes
lxml
networkx
numba
opencv-python-headless
opencv-python-headless==4.3.0.36
openpyxl
pandas==0.24.2
Pillow
Expand Down
2 changes: 1 addition & 1 deletion doc/requirements-doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ flatbuffers
jsonschema
mock
numpy
opencv-python-headless
opencv-python-headless==4.3.0.36
pandas
pickle5
pillow
Expand Down
2 changes: 1 addition & 1 deletion docker/examples/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion python/ray/tune/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
flake8==3.7.7
flake8-quotes
gym
opencv-python
opencv-python-headless==4.3.0.36
pandas
requests
tabulate
Expand Down
2 changes: 1 addition & 1 deletion python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"dm_tree",
"gym[atari]",
"lz4",
"opencv-python-headless",
"opencv-python-headless<=4.3.0.36",
"pyyaml",
"scipy",
]
Expand Down

0 comments on commit f1ede10

Please sign in to comment.