Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hooks: add hook for fairscale #692

Merged
merged 1 commit into from
Jan 18, 2024
Merged

Conversation

rokm
Copy link
Member

@rokm rokm commented Jan 18, 2024

Add hook for fairscale to collect its source .py files for torchscript/JIT.

Add a basic import test that demonstrates the need for that.

Add hook for `fairscale` to collect its source .py files for
torchscript/JIT.

Add a basic import test that demonstrates the need for that.
@bwoodsend
Copy link
Member

No new entry in requirements-test-libraries.txt?

@rokm
Copy link
Member Author

rokm commented Jan 18, 2024

Nope - it's another torch based package, and we're not bogging down our CI with that.

@rokm rokm merged commit 29c475a into pyinstaller:master Jan 18, 2024
2 checks passed
@rokm rokm deleted the hook-fairscale branch January 18, 2024 21:40
github-actions bot pushed a commit to wxx9248/CIS-Game-Project-2023W that referenced this pull request Jan 19, 2024
…24.0 (#84)

Bumps
[pyinstaller-hooks-contrib](https://github.com/pyinstaller/pyinstaller-hooks-contrib)
from 2023.12 to 2024.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/releases">pyinstaller-hooks-contrib's
releases</a>.</em></p>
<blockquote>
<h2>2024.0</h2>
<p>Please see the <a
href="https://www.github.com/pyinstaller/pyinstaller-hooks-contrib/tree/master/CHANGELOG.rst">changelog</a>
for more details</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/blob/master/CHANGELOG.rst">pyinstaller-hooks-contrib's
changelog</a>.</em></p>
<blockquote>
<h2>2024.0 (2024-01-18)</h2>
<p>New hooks</p>
<pre><code>
* Add hook for ``cel-python``.
(`[#687](pyinstaller/pyinstaller-hooks-contrib#687)

&lt;https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/687&gt;`_)
* Add hook for ``eth_keys`` that collects package metadata for
``eth-keys &gt;= 0.5.0``.
(`[#688](pyinstaller/pyinstaller-hooks-contrib#688)

&lt;https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/688&gt;`_)
* Add hook for ``fairscale`` to collect its source .py files for
TorchScript/JIT.
(`[#692](pyinstaller/pyinstaller-hooks-contrib#692)

&lt;https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/692&gt;`_)
* Add hook for ``pygwalker`` that collects data files from the package.
(`[#690](pyinstaller/pyinstaller-hooks-contrib#690)

&lt;https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/690&gt;`_)
* Add hook for ``PyTaskbar``
(`[#684](pyinstaller/pyinstaller-hooks-contrib#684)

&lt;https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/684&gt;`_)
<p>Updated hooks
</code></pre></p>
<ul>
<li>Collect package metadata for <code>eth-hash</code> (fixes
<code>PackageNotFoundError</code>).

(<code>[#688](pyinstaller/pyinstaller-hooks-contrib#688)
&lt;https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/688&gt;</code>_)</li>
<li>Update <code>pypylon</code> hook for compatibility with PyInstaller
6.0 and later.

(<code>[#691](pyinstaller/pyinstaller-hooks-contrib#691)
&lt;https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/691&gt;</code>_)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/dff752619fb2a206cc1bfe53df7971a521e36e89"><code>dff7526</code></a>
Release v2024.0</li>
<li><a
href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/29c475a0db2a7d5b7a45f1823e26e9ccb2c10251"><code>29c475a</code></a>
hooks: add hook for fairscale</li>
<li><a
href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/21d3e539f8c49a5367a3acd09371b6bc6cddfafa"><code>21d3e53</code></a>
hooks: fix pypylon hook for PyInstaller 6.0 and later</li>
<li><a
href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/1c9b69c77b940c0004e47613a9186ae1cffba10e"><code>1c9b69c</code></a>
Collect metadata for eth-keys&gt;=0.5.0</li>
<li><a
href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/1b5deb045af5de6cf3051b3a311c3f09283dc5e2"><code>1b5deb0</code></a>
Collect metadata for eth-hash&gt;=0.6</li>
<li><a
href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/6e8323da6347a7b838bbfa217fd1b8de20b2bdbd"><code>6e8323d</code></a>
Scheduled weekly dependency update for week 02 (<a
href="https://redirect.github.com/pyinstaller/pyinstaller-hooks-contrib/issues/688">#688</a>)</li>
<li><a
href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/788d812e371a9ac2c2a7c8bfb9b740311f53eb63"><code>788d812</code></a>
Add hook for pygwalker (<a
href="https://redirect.github.com/pyinstaller/pyinstaller-hooks-contrib/issues/690">#690</a>)</li>
<li><a
href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/4aa32858b3201eb1f15b744e0e671110b6fd50e6"><code>4aa3285</code></a>
Add hook for cel-python (<a
href="https://redirect.github.com/pyinstaller/pyinstaller-hooks-contrib/issues/687">#687</a>)</li>
<li><a
href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/62cf4a993c672cee238987fd37ca5013c9178ec8"><code>62cf4a9</code></a>
Scheduled weekly dependency update for week 01 (<a
href="https://redirect.github.com/pyinstaller/pyinstaller-hooks-contrib/issues/685">#685</a>)</li>
<li><a
href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/24036bb7998c8a86758c4d72b5800684535dfc25"><code>24036bb</code></a>
Add hook for PyTaskbar</li>
<li>See full diff in <a
href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/compare/2023.12...2024.0">compare
view</a></li>
</ul>
</details>
<br />


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

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually 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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants