mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
[docker] Pin matplotlib, fix docker build (#17819)
This commit is contained in:
parent
9d5c68ff55
commit
96b620bc01
1 changed files with 3 additions and 0 deletions
|
@ -189,6 +189,9 @@ if setup_spec.type == SetupType.RAY:
|
|||
"dm_tree",
|
||||
"gym",
|
||||
"lz4",
|
||||
# matplotlib (dependency of scikit-image) 3.4.3 breaks docker build
|
||||
# Todo: Remove this when safe?
|
||||
"matplotlib!=3.4.3",
|
||||
"scikit-image",
|
||||
"pyyaml",
|
||||
"scipy",
|
||||
|
|
Loading…
Add table
Reference in a new issue