Skip to content

Commit 576a565

Browse files
Update tqdm requirement from ~=4.67.2 to ~=4.67.3 (#269)
Updates the requirements on [tqdm](https://github.com/tqdm/tqdm) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tqdm/tqdm/releases">tqdm's releases</a>.</em></p> <blockquote> <h2>tqdm v4.67.3 stable</h2> <ul> <li>fix py3.7 dependencies (<a href="https://redirect.github.com/tqdm/tqdm/issues/1706">#1706</a> &lt;- <a href="https://redirect.github.com/tqdm/tqdm/issues/1705">#1705</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tqdm/tqdm/commit/75bdb6c379bcfc6c592b6342dc791a092b5d6ae0"><code>75bdb6c</code></a> fix py3.7 compat</li> <li>See full diff in <a href="https://github.com/tqdm/tqdm/compare/v4.67.2...v4.67.3">compare view</a></li> </ul> </details> <br /> 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 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>
2 parents 873be52 + efe9879 commit 576a565

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ joblib~=1.5.3
99
numpy~=2.4.2
1010
pathlib~=1.0.1
1111
safetensors~=0.7.0
12-
tqdm~=4.67.2
12+
tqdm~=4.67.3
1313
WMI~=1.5.1
1414
prettytable~=3.17.0
1515
matplotlib~=3.10.8

0 commit comments

Comments
 (0)