"tests/git@developer.sourcefind.cn:OpenDAS/mmcv.git" did not exist on "a88d1d28c1a21bb3205329e02017a4b9338665a6"
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: ...@@ -9,6 +9,8 @@ dependencies:
- libpng - libpng
- jpeg - jpeg
- ca-certificates - ca-certificates
# TODO: remove this after https://github.com/pytorch/pytorch/issues/69905 is resolved
- pyyaml
- pip: - pip:
- future - future
- pillow >=5.3.0, !=8.3.* - pillow >=5.3.0, !=8.3.*
......
...@@ -9,6 +9,8 @@ dependencies: ...@@ -9,6 +9,8 @@ dependencies:
- libpng - libpng
- jpeg - jpeg
- ca-certificates - ca-certificates
# TODO: remove this after https://github.com/pytorch/pytorch/issues/69905 is resolved
- pyyaml
- pip: - pip:
- future - future
- pillow >=5.3.0, !=8.3.* - 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