Skip to content

Commit

Permalink
Bump lpips from 0.1.3 to 0.1.4 in /tests (#26650)
Browse files Browse the repository at this point in the history
Bumps [lpips](https://github.com/richzhang/PerceptualSimilarity) from
0.1.3 to 0.1.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/richzhang/PerceptualSimilarity/releases">lpips's
releases</a>.</em></p>
<blockquote>
<h2>v0.1.4</h2>
<p><a
href="https://pypi.org/project/lpips/0.1.4/">https://pypi.org/project/lpips/0.1.4/</a>
Fixed return all layers bug: <a
href="https://github.com/richzhang/PerceptualSimilarity/blob/master/lpips/lpips.py#L137">https://github.com/richzhang/PerceptualSimilarity/blob/master/lpips/lpips.py#L137</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/richzhang/PerceptualSimilarity/commit/3767a70e437c4020decf5888a83f438d2726a10f"><code>3767a70</code></a>
update version number</li>
<li><a
href="https://github.com/richzhang/PerceptualSimilarity/commit/8350fbd2b9f67203547475f896bb0d307ad9ab9d"><code>8350fbd</code></a>
script</li>
<li><a
href="https://github.com/richzhang/PerceptualSimilarity/commit/3ba6e37b5dd047e20631c904b1001084a0c0e467"><code>3ba6e37</code></a>
Merge branch 'master' of <a
href="https://github.com/richzhang/PerceptualSimilarity">https://github.com/richzhang/PerceptualSimilarity</a></li>
<li><a
href="https://github.com/richzhang/PerceptualSimilarity/commit/3dd44f52b8730c421a313283e69123a6b8dc800d"><code>3dd44f5</code></a>
Merge pull request <a
href="https://redirect.github.com/richzhang/PerceptualSimilarity/issues/61">#61</a>
from timothybrooks/patch-1</li>
<li><a
href="https://github.com/richzhang/PerceptualSimilarity/commit/b1995a221f8fa90852a982088c25c617e233c153"><code>b1995a2</code></a>
Merge pull request <a
href="https://redirect.github.com/richzhang/PerceptualSimilarity/issues/75">#75</a>
from Yinan2/requirements-update</li>
<li><a
href="https://github.com/richzhang/PerceptualSimilarity/commit/1c4cf7c99cdb63b973d877365860f126fe605121"><code>1c4cf7c</code></a>
fix ret per layer bug</li>
<li><a
href="https://github.com/richzhang/PerceptualSimilarity/commit/b2a0337572eeb940affe0bac4e16b307fe4cccbd"><code>b2a0337</code></a>
Updated requirements.txt</li>
<li><a
href="https://github.com/richzhang/PerceptualSimilarity/commit/8db312a14945977ab00268f95499d9fe5327cc36"><code>8db312a</code></a>
Update README.md</li>
<li><a
href="https://github.com/richzhang/PerceptualSimilarity/commit/cbbf94591cce023ddbf7c3a489d4e6d22bd9f36a"><code>cbbf945</code></a>
Merge pull request <a
href="https://redirect.github.com/richzhang/PerceptualSimilarity/issues/65">#65</a>
from dvschultz/master</li>
<li><a
href="https://github.com/richzhang/PerceptualSimilarity/commit/90949a23b844e3280b4d9a85477fbc8d0f93dee0"><code>90949a2</code></a>
cover use case of .jpeg files</li>
<li>Additional commits viewable in <a
href="https://github.com/richzhang/PerceptualSimilarity/compare/v0.1.3...v0.1.4">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=lpips&package-manager=pip&previous-version=0.1.3&new-version=0.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

> **Note**
> Automatic rebases have been disabled on this pull request as it has
been open for over 30 days.

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ilya Lavrenov <[email protected]>
  • Loading branch information
dependabot[bot] and ilya-lavrenov authored Dec 24, 2024
1 parent 9d78056 commit 688f042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e_tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ scipy>=1.5.4,<1.15
opencv-python>=4.5; sys_platform != "darwin"
opencv-python==4.8.1.78; sys_platform == "darwin"
unittest-xml-reporting==3.0.4
lpips==0.1.3
lpips==0.1.4

# for utils/e2e/comparator note: python 3.6 wheels is not available since 0.18
# Add upper-bound due CVS-105039, CVS-105040
Expand Down

0 comments on commit 688f042

Please sign in to comment.