commit | 188cb5e67b6dd63f2299d208fc6b65b285366c65 | [log] [tgz] |
---|---|---|
author | atalman <atalman@fb.com> | Tue Aug 20 02:37:16 2024 +0000 |
committer | PyTorch MergeBot <pytorchmergebot@users.noreply.github.com> | Tue Aug 20 02:37:16 2024 +0000 |
tree | 468921acfcdf0e6bb22ce042a875a2d9911c08bf | |
parent | 6c82a1c68cbba200e1669226fac8848e0616e721 [diff] |
Bump scikit-image to 0.22.0 (#133932) Fixes: https://github.com/pytorch/pytorch/issues/133926 Pull Request resolved: https://github.com/pytorch/pytorch/pull/133932 Approved by: https://github.com/malfet
diff --git a/.ci/docker/requirements-ci.txt b/.ci/docker/requirements-ci.txt index 8e6f9d5..ba4b18c 100644 --- a/.ci/docker/requirements-ci.txt +++ b/.ci/docker/requirements-ci.txt
@@ -218,7 +218,7 @@ #test that import: scikit-image==0.19.3 ; python_version < "3.10" -scikit-image==0.20.0 ; python_version >= "3.10" +scikit-image==0.22.0 ; python_version >= "3.10" #Description: image processing routines #Pinned versions: #test that import: test_nn.py