Skip to content

Commit 3d9de49

Browse files
Update pandas requirement from ~=3.0.0 to ~=3.0.1 (#276)
Updates the requirements on [pandas](https://github.com/pandas-dev/pandas) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pandas-dev/pandas/releases">pandas's releases</a>.</em></p> <blockquote> <h2>pandas 3.0.1</h2> <p>We are pleased to announce the release of pandas 3.0.1. This is a patch release in the 3.0.x series and includes some regression fixes and bug fixes. We recommend that all users of the 3.0.x series upgrade to this version.</p> <p>See the <a href="https://pandas.pydata.org/docs/dev/whatsnew/v3.0.1.html">full whatsnew</a> for a list of all the changes.</p> <p>Pandas 3.0.0 supports Python 3.11 and higher. The release can be installed from PyPI:</p> <pre><code>python -m pip install --upgrade pandas==3.0.* </code></pre> <p>Or from conda-forge</p> <pre><code>conda install -c conda-forge pandas=3.0 </code></pre> <p>Please report any issues with the release on the <a href="https://github.com/pandas-dev/pandas/issues">pandas issue tracker</a>.</p> <p>Thanks to all the contributors who made this release possible.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pandas-dev/pandas/commit/e04b26f375035e5106cb913e47b6db612f4ebb11"><code>e04b26f</code></a> RLS: 3.0.1 (<a href="https://redirect.github.com/pandas-dev/pandas/issues/64206">#64206</a>)</li> <li><a href="https://github.com/pandas-dev/pandas/commit/47909e67760389ad32094b586eadcfceb52235b8"><code>47909e6</code></a> [backport 3.0.x] ENH: Add item() method to ExtensionArray class (<a href="https://redirect.github.com/pandas-dev/pandas/issues/64134">#64134</a>) (<a href="https://redirect.github.com/pandas-dev/pandas/issues/64">#64</a>...</li> <li><a href="https://github.com/pandas-dev/pandas/commit/a061bfd2f31ebba410ab87db475df651d02f8bcd"><code>a061bfd</code></a> Backport PR <a href="https://redirect.github.com/pandas-dev/pandas/issues/64199">#64199</a> on branch 3.0.x (DOC: cleanup 3.0.1 whatsnew) (<a href="https://redirect.github.com/pandas-dev/pandas/issues/64201">#64201</a>)</li> <li><a href="https://github.com/pandas-dev/pandas/commit/085a3856d362c4b849d84754cbc7005f2539dc54"><code>085a385</code></a> [backport 3.0.x] BUG: Fix read_hdf failing on generic datetime64 dtype (<a href="https://redirect.github.com/pandas-dev/pandas/issues/6400">#6400</a>...</li> <li><a href="https://github.com/pandas-dev/pandas/commit/5f1704777bc2fe4864875d49b87d4e4cab417f30"><code>5f17047</code></a> [backport 3.0.x] BUG: use fill_null fallback for bug in pyarrow 21 on Windows...</li> <li><a href="https://github.com/pandas-dev/pandas/commit/0d3a8cba13397e84606716f545f0afdce26172c4"><code>0d3a8cb</code></a> Backport PR <a href="https://redirect.github.com/pandas-dev/pandas/issues/64122">#64122</a> on branch 3.0.x (REG: Allow RE2 syntax in str.contains and...</li> <li><a href="https://github.com/pandas-dev/pandas/commit/78e1917e4d45dbea16636194b240a18b1a42bc97"><code>78e1917</code></a> Backport PR <a href="https://redirect.github.com/pandas-dev/pandas/issues/64185">#64185</a> on branch 3.0.x (TST: remove fixed xfail for PyArrow 23.0....</li> <li><a href="https://github.com/pandas-dev/pandas/commit/75a42cabc9ff39b1ade4afabd0bc54b972d326b7"><code>75a42ca</code></a> Backport PR <a href="https://redirect.github.com/pandas-dev/pandas/issues/64168">#64168</a> on branch 3.0.x (TST: add legacy file generation and tests...</li> <li><a href="https://github.com/pandas-dev/pandas/commit/46d443f9d603a0f65672182133e0e83f108afdcc"><code>46d443f</code></a> Backport PR <a href="https://redirect.github.com/pandas-dev/pandas/issues/64092">#64092</a> on branch 3.0.x (BUG: DataFrame.loc fills b'' instead of N...</li> <li><a href="https://github.com/pandas-dev/pandas/commit/9d6793220be57edda0b9abb68dfa0b1740baf569"><code>9d67932</code></a> Backport PR <a href="https://redirect.github.com/pandas-dev/pandas/issues/64068">#64068</a> on branch 3.0.x (BUG: fixed to_timedelta with list of int ...</li> <li>Additional commits viewable in <a href="https://github.com/pandas-dev/pandas/compare/v3.0.0...v3.0.1">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 ea71141 + e9b3257 commit 3d9de49

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
@@ -14,7 +14,7 @@ WMI~=1.5.1
1414
prettytable~=3.17.0
1515
matplotlib~=3.10.8
1616
networkx~=3.6.1
17-
pandas~=3.0.0
17+
pandas~=3.0.1
1818
cryptography~=46.0.5
1919
scapy~=2.7.0
2020
sentence-transformers~=5.2.2

0 commit comments

Comments
 (0)