Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2025

Updates the requirements on tensorflow-cpu to permit the latest version.

Release notes

Sourced from tensorflow-cpu's releases.

TensorFlow 2.20.0

Release 2.20.0

TensorFlow

Breaking Changes

  • The tensorflow-io-gcs-filesystem package is now optional, due its uncertain, and limited support. To install it alongside tensorflow, run pip install "tensorflow[gcs-filesystem]".

Major Features and Improvements

  • tf.data
    • Adds autotune.min_parallelism to tf.data.Options to enable faster input pipeline warm up.
  • tf.lite

Thanks to our Contributors

This release contains contributions from many people at Google, as well as:

1ndig0, 372046933, abhinav, afzpatel, Akhil Goel, Alain Carlucci, Aleksei, Alen Huang, Alex, Amrinfathima-Mcw, Aravindh Balaji, Armand Picard, Aseem Athale, Ashiq Imran, Assoap, Chao, Chase Riley Roberts, Chenhao Jiang, chunhsue, chuntl, Chunyu Jin, Corentin Kerisit, Crefeda Rodrigues, dependabot[bot], Dragan Mladjenovic, Elen Kalda, Felix Thomasmathibalan, gabeweisz, Gauri Deshpande, Georg Stefan Schmid, Guozhong Zhuang, Harsha H S, Harshith_N, Hugo Mano, Ian Tayler Lessa, Jack Wolfard, James Ward, Jane Liu, Jaroslav Sevcik, JD, Jerry-Ge, Jian Li, Jinzhe Zeng, jiunkaiy, Johannes Reifferscheid, johnnkp, junweifu, Kanvi Khanna, Kasper Nielsen, Linzb-Xyz, Luke Hutton, Mahmoud Abuzaina, Mathew Odden, Michael Platings, misterBart, Mitchell Ludwig, Mmakevic-Amd, mraunak, NamanAgarwal0905, Namrata-Ibm, Neuropilot-Captain, nhatle, Nicholas Wilson, Nikhil Shinde, Olli Lupton, Patrick J. Lopresti, Pavel Emeliyanenko, Pearu Peterson, pemeliya, Peng Sun, Philipp Hack, Pratham-Mcw, RahulSudarMCW, RakshithGB, Rakshithgb-Fujitsu, RuslanSemchenko, Ruturaj Vaidya, Sachin Muradi, sandeepgupta12, SaoirseARM, Sergey Kozub, Sevin Fide Varoglu, Shanbin Ke, Shaogang Wang, Shraiysh Vaishay, Siddhartha Menon, spiao, Swatheesh Muralidharan, Tai Ly, Terry Sun, Thibaut Goetghebuer-Planchon, Thomas Dickerson, Tilak, Tj Xu, Trevor Morris, tyb0807, vfdev, Wei Wang, wokron, wondertx, Xuefei Jiang, Yaowei Zhou, Zentrik, Ziyun Cheng, Zoranjovanovic-Ns

Changelog

Sourced from tensorflow-cpu's changelog.

Release 2.20.0

TensorFlow

Breaking Changes

  • The tensorflow-io-gcs-filesystem package is now optional, due its uncertain, and limited support. To install it alongside tensorflow, run pip install "tensorflow[gcs-filesystem]".

Major Features and Improvements

  • tf.data
    • Adds autotune.min_parallelism to tf.data.Options to enable faster input pipeline warm up.
  • tf.lite
    • LiteRT announced a new release at Google IO ‘25 that improves upon TFLite, particularly in terms of NPU and GPU hardware acceleration and performance for on-device ML and AI applications. The APIs are available in Kotlin and C++.
    • Additionally, LiteRT code base will decouple from TensorFlow repository, and tf.lite will be removed in future TensorFlow Python package. More details to follow in future release notes.
    • Migrate to LiteRT for continued updates; the new repo can be found at https://github.com/google-ai-edge/LiteRT. For more information and NPU EAP signup, reach out to the team at: g.co/ai/LiteRT-NPU-EAP.

Thanks to our Contributors

This release contains contributions from many people at Google, as well as:

1ndig0, 372046933, abhinav, afzpatel, Akhil Goel, Alain Carlucci, Aleksei, Alen Huang, Alex, Amrinfathima-Mcw, Aravindh Balaji, Armand Picard, Aseem Athale, Ashiq Imran, Assoap, Chao, Chase Riley Roberts, Chenhao Jiang, chunhsue, chuntl, Chunyu Jin, Corentin Kerisit, Crefeda Rodrigues, dependabot[bot], Dragan Mladjenovic, Elen Kalda, Felix Thomasmathibalan, gabeweisz, Gauri Deshpande, Georg Stefan Schmid, Guozhong Zhuang, Harsha H S, Harshith_N, Hugo Mano, Ian Tayler Lessa, Jack Wolfard, James Ward, Jane Liu, Jaroslav Sevcik, JD, Jerry-Ge, Jian Li, Jinzhe Zeng, jiunkaiy, Johannes Reifferscheid, johnnkp, junweifu, Kanvi Khanna, Kasper Nielsen, Linzb-Xyz, Luke Hutton, Mahmoud Abuzaina, Mathew Odden, Michael Platings, misterBart, Mitchell Ludwig, Mmakevic-Amd, mraunak, NamanAgarwal0905, Namrata-Ibm, Neuropilot-Captain, nhatle, Nicholas Wilson, Nikhil Shinde, Olli Lupton, Patrick J. Lopresti, Pavel Emeliyanenko, Pearu Peterson, pemeliya, Peng Sun, Philipp Hack, Pratham-Mcw, RahulSudarMCW, RakshithGB, Rakshithgb-Fujitsu, RuslanSemchenko, Ruturaj Vaidya, Sachin Muradi, sandeepgupta12, SaoirseARM, Sergey Kozub, Sevin Fide Varoglu, Shanbin Ke, Shaogang Wang, Shraiysh Vaishay, Siddhartha Menon, spiao, Swatheesh Muralidharan, Tai Ly, Terry Sun, Thibaut Goetghebuer-Planchon, Thomas Dickerson, Tilak, Tj Xu, Trevor Morris, tyb0807, vfdev, Wei Wang, wokron, wondertx, Xuefei Jiang, Yaowei Zhou, Zentrik, Ziyun Cheng, Zoranjovanovic-Ns

Release 2.19.1

Bug Fixes and Other Changes

  • Fix save_model.save for Serving embedding and add SparseCore Reshard.

Release 2.19.0

TensorFlow

Breaking Changes

  • LiteRT, a.k.a. tf.lite:
    • C++ API:
      • The public constants tflite::Interpreter:kTensorsReservedCapacity and tflite::Interpreter:kTensorsCapacityHeadroom are now const references, rather than constexpr compile-time constants. (This is to enable better API compatibility for TFLite in Play services while preserving the implementation flexibility to change the values of these constants in the future.)
    • Python API:
      • tf.lite.Interpreter gives deprecation warning redirecting to its new location at ai_edge_litert.interpreter, as the API tf.lite.Interpreter will be deleted in TF 2.20. See the migration guide for details.

... (truncated)

Commits
  • 72fbba3 Merge pull request #98438 from tensorflow-jenkins/version-numbers-2.20.0-17429
  • bf5899d Update version numbers to 2.20.0
  • a80fbfe Merge pull request #97728 from tensorflow/r2.20-b0b73e1d3b4
  • b2eeb62 Fix release wheels build.
  • 2272fa9 Merge pull request #97519 from rtg0795/r2.20
  • 2cbf40e Refresh lock files
  • 89106da Update keras in requirements.in and setup.py.tpl
  • ea85f43 Merge pull request #97305 from rtg0795/r2.20
  • 58d26a9 Update BUILD files with dependencies
  • de4ccfb Merge pull request #97302 from rtg0795/r2.20
  • Additional commits viewable in compare view

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 commands and options

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file Python labels Dec 2, 2025
@dependabot dependabot bot force-pushed the dependabot/pip/devel/tensorflow-cpu-gte-2.18-and-lt-2.21 branch from 9ce83d9 to 243a4f3 Compare December 2, 2025 21:24
@njzjz
Copy link
Member

njzjz commented Dec 6, 2025

@dependabot rebase

Updates the requirements on [tensorflow-cpu](https://github.com/tensorflow/tensorflow) to permit the latest version.
- [Release notes](https://github.com/tensorflow/tensorflow/releases)
- [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md)
- [Commits](tensorflow/tensorflow@v2.18.0...v2.20.0)

---
updated-dependencies:
- dependency-name: tensorflow-cpu
  dependency-version: 2.20.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/devel/tensorflow-cpu-gte-2.18-and-lt-2.21 branch from 243a4f3 to 4a1b991 Compare December 6, 2025 02:15
@codecov
Copy link

codecov bot commented Dec 8, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.12%. Comparing base (73a1aa6) to head (9624b7b).
⚠️ Report is 1 commits behind head on devel.

Additional details and impacted files
@@            Coverage Diff             @@
##            devel    #5074      +/-   ##
==========================================
- Coverage   84.27%   82.12%   -2.16%     
==========================================
  Files         709      709              
  Lines       70569    72506    +1937     
  Branches     3619     3615       -4     
==========================================
+ Hits        59474    59546      +72     
- Misses       9929    11799    +1870     
+ Partials     1166     1161       -5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@njzjz njzjz added this pull request to the merge queue Dec 8, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch Dec 8, 2025
@njzjz njzjz added this pull request to the merge queue Dec 9, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Dec 9, 2025
@njzjz njzjz enabled auto-merge December 9, 2025 09:28
@njzjz njzjz added this pull request to the merge queue Dec 9, 2025
Merged via the queue into devel with commit 3ceb9cf Dec 9, 2025
62 checks passed
@njzjz njzjz deleted the dependabot/pip/devel/tensorflow-cpu-gte-2.18-and-lt-2.21 branch December 9, 2025 13:37
ChiahsinChu pushed a commit to ChiahsinChu/deepmd-kit that referenced this pull request Dec 17, 2025
…=2.18,<2.21 (deepmodeling#5074)

Updates the requirements on
[tensorflow-cpu](https://github.com/tensorflow/tensorflow) to permit the
latest version.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/tensorflow/tensorflow/releases">tensorflow-cpu's
releases</a>.</em></p>
<blockquote>
<h2>TensorFlow 2.20.0</h2>
<h1>Release 2.20.0</h1>
<h2>TensorFlow</h2>
<h3>Breaking Changes</h3>
<ul>
<li>The <code>tensorflow-io-gcs-filesystem</code> package is now
optional, due its uncertain, and limited support. To install it
alongside <code>tensorflow</code>, run <code>pip install
&quot;tensorflow[gcs-filesystem]&quot;</code>.</li>
</ul>
<h3>Major Features and Improvements</h3>
<ul>
<li><code>tf.data</code>
<ul>
<li>Adds <code>autotune.min_parallelism</code> to
<code>tf.data.Options</code> to enable faster input pipeline warm
up.</li>
</ul>
</li>
<li><code>tf.lite</code>
<ul>
<li>tf.lite will be deprecated, in favor of the new repo <a
href="https://github.com/google-ai-edge/LiteRT">https://github.com/google-ai-edge/LiteRT</a>.</li>
<li>The duplicated source will also be removed from the TF repo.</li>
</ul>
</li>
</ul>
<h2>Thanks to our Contributors</h2>
<p>This release contains contributions from many people at Google, as
well as:</p>
<p>1ndig0, 372046933, abhinav, afzpatel, Akhil Goel, Alain Carlucci,
Aleksei, Alen Huang, Alex, Amrinfathima-Mcw, Aravindh Balaji, Armand
Picard, Aseem Athale, Ashiq Imran, Assoap, Chao, Chase Riley Roberts,
Chenhao Jiang, chunhsue, chuntl, Chunyu Jin, Corentin Kerisit, Crefeda
Rodrigues, dependabot[bot], Dragan Mladjenovic, Elen Kalda, Felix
Thomasmathibalan, gabeweisz, Gauri Deshpande, Georg Stefan Schmid,
Guozhong Zhuang, Harsha H S, Harshith_N, Hugo Mano, Ian Tayler Lessa,
Jack Wolfard, James Ward, Jane Liu, Jaroslav Sevcik, JD, Jerry-Ge, Jian
Li, Jinzhe Zeng, jiunkaiy, Johannes Reifferscheid, johnnkp, junweifu,
Kanvi Khanna, Kasper Nielsen, Linzb-Xyz, Luke Hutton, Mahmoud Abuzaina,
Mathew Odden, Michael Platings, misterBart, Mitchell Ludwig,
Mmakevic-Amd, mraunak, NamanAgarwal0905, Namrata-Ibm,
Neuropilot-Captain, nhatle, Nicholas Wilson, Nikhil Shinde, Olli Lupton,
Patrick J. Lopresti, Pavel Emeliyanenko, Pearu Peterson, pemeliya, Peng
Sun, Philipp Hack, Pratham-Mcw, RahulSudarMCW, RakshithGB,
Rakshithgb-Fujitsu, RuslanSemchenko, Ruturaj Vaidya, Sachin Muradi,
sandeepgupta12, SaoirseARM, Sergey Kozub, Sevin Fide Varoglu, Shanbin
Ke, Shaogang Wang, Shraiysh Vaishay, Siddhartha Menon, spiao, Swatheesh
Muralidharan, Tai Ly, Terry Sun, Thibaut Goetghebuer-Planchon, Thomas
Dickerson, Tilak, Tj Xu, Trevor Morris, tyb0807, vfdev, Wei Wang,
wokron, wondertx, Xuefei Jiang, Yaowei Zhou, Zentrik, Ziyun Cheng,
Zoranjovanovic-Ns</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md">tensorflow-cpu's
changelog</a>.</em></p>
<blockquote>
<h1>Release 2.20.0</h1>
<h2>TensorFlow</h2>
<h3>Breaking Changes</h3>
<ul>
<li>The <code>tensorflow-io-gcs-filesystem</code> package is now
optional, due its uncertain, and limited support. To install it
alongside <code>tensorflow</code>, run <code>pip install
&quot;tensorflow[gcs-filesystem]&quot;</code>.</li>
</ul>
<h3>Major Features and Improvements</h3>
<ul>
<li><code>tf.data</code>
<ul>
<li>Adds <code>autotune.min_parallelism</code> to
<code>tf.data.Options</code> to enable faster input pipeline warm
up.</li>
</ul>
</li>
<li><code>tf.lite</code>
<ul>
<li>LiteRT announced a <a
href="https://developers.googleblog.com/en/litert-maximum-performance-simplified/">new
release</a> at Google IO ‘25 that improves upon TFLite, particularly in
terms of NPU and GPU hardware acceleration and performance for on-device
ML and AI applications. The APIs are available in Kotlin and C++.</li>
<li>Additionally, LiteRT code base will decouple from TensorFlow
repository, and <code>tf.lite</code> will be removed in future
TensorFlow Python package. More details to follow in future release
notes.</li>
<li>Migrate to LiteRT for continued updates; the new repo can be found
at <a
href="https://github.com/google-ai-edge/LiteRT">https://github.com/google-ai-edge/LiteRT</a>.
For more information and NPU EAP signup, reach out to the team at: <a
href="https://g.co/ai/LiteRT-NPU-EAP">g.co/ai/LiteRT-NPU-EAP</a>.</li>
</ul>
</li>
</ul>
<h2>Thanks to our Contributors</h2>
<p>This release contains contributions from many people at Google, as
well as:</p>
<p>1ndig0, 372046933, abhinav, afzpatel, Akhil Goel, Alain Carlucci,
Aleksei, Alen Huang, Alex, Amrinfathima-Mcw, Aravindh Balaji, Armand
Picard, Aseem Athale, Ashiq Imran, Assoap, Chao, Chase Riley Roberts,
Chenhao Jiang, chunhsue, chuntl, Chunyu Jin, Corentin Kerisit, Crefeda
Rodrigues, dependabot[bot], Dragan Mladjenovic, Elen Kalda, Felix
Thomasmathibalan, gabeweisz, Gauri Deshpande, Georg Stefan Schmid,
Guozhong Zhuang, Harsha H S, Harshith_N, Hugo Mano, Ian Tayler Lessa,
Jack Wolfard, James Ward, Jane Liu, Jaroslav Sevcik, JD, Jerry-Ge, Jian
Li, Jinzhe Zeng, jiunkaiy, Johannes Reifferscheid, johnnkp, junweifu,
Kanvi Khanna, Kasper Nielsen, Linzb-Xyz, Luke Hutton, Mahmoud Abuzaina,
Mathew Odden, Michael Platings, misterBart, Mitchell Ludwig,
Mmakevic-Amd, mraunak, NamanAgarwal0905, Namrata-Ibm,
Neuropilot-Captain, nhatle, Nicholas Wilson, Nikhil Shinde, Olli Lupton,
Patrick J. Lopresti, Pavel Emeliyanenko, Pearu Peterson, pemeliya, Peng
Sun, Philipp Hack, Pratham-Mcw, RahulSudarMCW, RakshithGB,
Rakshithgb-Fujitsu, RuslanSemchenko, Ruturaj Vaidya, Sachin Muradi,
sandeepgupta12, SaoirseARM, Sergey Kozub, Sevin Fide Varoglu, Shanbin
Ke, Shaogang Wang, Shraiysh Vaishay, Siddhartha Menon, spiao, Swatheesh
Muralidharan, Tai Ly, Terry Sun, Thibaut Goetghebuer-Planchon, Thomas
Dickerson, Tilak, Tj Xu, Trevor Morris, tyb0807, vfdev, Wei Wang,
wokron, wondertx, Xuefei Jiang, Yaowei Zhou, Zentrik, Ziyun Cheng,
Zoranjovanovic-Ns</p>
<h1>Release 2.19.1</h1>
<h3>Bug Fixes and Other Changes</h3>
<ul>
<li>Fix save_model.save for Serving embedding and add SparseCore
Reshard.</li>
</ul>
<h1>Release 2.19.0</h1>
<h2>TensorFlow</h2>
<h3>Breaking Changes</h3>
<ul>
<li><code>LiteRT</code>, a.k.a. <code>tf.lite</code>:
<ul>
<li>C++ API:
<ul>
<li>The public constants
<code>tflite::Interpreter:kTensorsReservedCapacity</code>
and <code>tflite::Interpreter:kTensorsCapacityHeadroom</code> are now
const
references, rather than <code>constexpr</code> compile-time constants.
(This is to enable better API compatibility for TFLite in Play services
while preserving the implementation flexibility to change the values of
these constants in the future.)</li>
</ul>
</li>
<li>Python API:
<ul>
<li><code>tf.lite.Interpreter</code> gives deprecation warning
redirecting to its new
location at <code>ai_edge_litert.interpreter</code>, as the API
<code>tf.lite.Interpreter</code> will be deleted in TF 2.20. See the
<a href="https://ai.google.dev/edge/litert/migration">migration
guide</a> for
details.</li>
</ul>
</li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/tensorflow/tensorflow/commit/72fbba3d20f4616d7312b5e2b7f79daf6e82f2fa"><code>72fbba3</code></a>
Merge pull request <a
href="https://redirect.github.com/tensorflow/tensorflow/issues/98438">#98438</a>
from tensorflow-jenkins/version-numbers-2.20.0-17429</li>
<li><a
href="https://github.com/tensorflow/tensorflow/commit/bf5899deaf70fa45173c5c7b8dc9ace8824dc980"><code>bf5899d</code></a>
Update version numbers to 2.20.0</li>
<li><a
href="https://github.com/tensorflow/tensorflow/commit/a80fbfe0eb3d71986a6ba06c6275180761d549e6"><code>a80fbfe</code></a>
Merge pull request <a
href="https://redirect.github.com/tensorflow/tensorflow/issues/97728">#97728</a>
from tensorflow/r2.20-b0b73e1d3b4</li>
<li><a
href="https://github.com/tensorflow/tensorflow/commit/b2eeb62c6bc5e93f57140690d5f5dab132fd6dc7"><code>b2eeb62</code></a>
Fix release wheels build.</li>
<li><a
href="https://github.com/tensorflow/tensorflow/commit/2272fa9f3573d54674c9fcfd1185943b6d11ebe5"><code>2272fa9</code></a>
Merge pull request <a
href="https://redirect.github.com/tensorflow/tensorflow/issues/97519">#97519</a>
from rtg0795/r2.20</li>
<li><a
href="https://github.com/tensorflow/tensorflow/commit/2cbf40e81cdbe77245062fc1e0bd9e45af648402"><code>2cbf40e</code></a>
Refresh lock files</li>
<li><a
href="https://github.com/tensorflow/tensorflow/commit/89106da7a82e3415e5b12ec36238b9882bb513f5"><code>89106da</code></a>
Update keras in requirements.in and setup.py.tpl</li>
<li><a
href="https://github.com/tensorflow/tensorflow/commit/ea85f434bce2ab4a1334ad552de13c537a55dd29"><code>ea85f43</code></a>
Merge pull request <a
href="https://redirect.github.com/tensorflow/tensorflow/issues/97305">#97305</a>
from rtg0795/r2.20</li>
<li><a
href="https://github.com/tensorflow/tensorflow/commit/58d26a9207e4147cb8b7e70d01775a03b9f1c106"><code>58d26a9</code></a>
Update BUILD files with dependencies</li>
<li><a
href="https://github.com/tensorflow/tensorflow/commit/de4ccfbc3aae6914401afa3d255e90bb6dac53c0"><code>de4ccfb</code></a>
Merge pull request <a
href="https://redirect.github.com/tensorflow/tensorflow/issues/97302">#97302</a>
from rtg0795/r2.20</li>
<li>Additional commits viewable in <a
href="https://github.com/tensorflow/tensorflow/compare/v2.18.0...v2.20.0">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 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>
Co-authored-by: Jinzhe Zeng <jinzhe.zeng@ustc.edu.cn>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

C++ C dependencies Pull requests that update a dependency file i-PI LAMMPS Python

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants