mirror of
https://github.com/vale981/ray
synced 2025-03-05 10:01:43 -05:00
[Hotfix] Pin opencv-python-headless==4.3.0.36 (#10049)
This commit is contained in:
parent
82cdcff898
commit
f1ede1099f
6 changed files with 6 additions and 6 deletions
|
@ -12,7 +12,7 @@ kubernetes
|
|||
lxml
|
||||
networkx
|
||||
numba
|
||||
opencv-python-headless
|
||||
opencv-python-headless==4.3.0.36
|
||||
openpyxl
|
||||
pandas==0.24.2
|
||||
Pillow
|
||||
|
|
|
@ -7,7 +7,7 @@ flatbuffers
|
|||
jsonschema
|
||||
mock
|
||||
numpy
|
||||
opencv-python-headless
|
||||
opencv-python-headless==4.3.0.36
|
||||
pandas
|
||||
pickle5
|
||||
pillow
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
flake8==3.7.7
|
||||
flake8-quotes
|
||||
gym
|
||||
opencv-python
|
||||
opencv-python-headless==4.3.0.36
|
||||
pandas
|
||||
requests
|
||||
tabulate
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue