Unverified Commit 743fe1ab authored by Philip Meier's avatar Philip Meier Committed by GitHub
Browse files

(temporary) add `pyyaml` to unittest requirements (#5099)

* (temporary) add pyyaml to unittest requirements

* add actionable comments
parent 10e658cd
......@@ -9,6 +9,8 @@ dependencies:
- libpng
- jpeg
- ca-certificates
# TODO: remove this after https://github.com/pytorch/pytorch/issues/69905 is resolved
- pyyaml
- pip:
- future
- pillow >=5.3.0, !=8.3.*
......
......@@ -9,6 +9,8 @@ dependencies:
- libpng
- jpeg
- ca-certificates
# TODO: remove this after https://github.com/pytorch/pytorch/issues/69905 is resolved
- pyyaml
- pip:
- future
- pillow >=5.3.0, !=8.3.*
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment