Skip to content

Commit

Permalink
re-remove unused opencv-python-headless (ray-project#22470)
Browse files Browse the repository at this point in the history
PR ray-project#16929 removed opencv-python-headless.
PR ray-project#17158 added it back but did not use it. This was noted by [a reviewer](ray-project#17158 (comment)) since it breaks python3.9 (no wheel is available for installation).
  • Loading branch information
mattip authored Feb 22, 2022
1 parent 4de1886 commit dfe4706
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ gym>=0.21.0,<0.22.0; python_version >= '3.7'
gym==0.19.0; python_version < '3.7'
lz4
scikit-image
opencv-python-headless==4.3.0.36
pandas>=1.0.5; python_version < '3.7'
pandas>=1.2.0; python_version >= '3.7'
scipy==1.4.1
Expand Down Expand Up @@ -100,4 +99,4 @@ cryptography>=3.0.0
# For doc tests
myst-parser==0.15.2
myst-nb==0.13.1
jupytext==1.13.6
jupytext==1.13.6

0 comments on commit dfe4706

Please sign in to comment.