Skip to content

Commit 7f1d642

Browse files
committed
Bump numpy
1 parent fea4f5b commit 7f1d642

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

ci/deps/actions-310-minimum_versions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies:
2222

2323
# required dependencies
2424
- python-dateutil=2.8.2
25-
- numpy=1.23.5
25+
- numpy=1.26.0
2626

2727
# optional dependencies
2828
- beautifulsoup4=4.12.3

doc/source/getting_started/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ pandas requires the following dependencies.
148148
================================================================ ==========================
149149
Package Minimum supported version
150150
================================================================ ==========================
151-
`NumPy <https://numpy.org>`__ 1.23.5
151+
`NumPy <https://numpy.org>`__ 1.26.0
152152
`python-dateutil <https://dateutil.readthedocs.io/en/stable/>`__ 2.8.2
153153
`tzdata <https://pypi.org/project/tzdata/>`__ 2022.7
154154
================================================================ ==========================

doc/source/whatsnew/v3.0.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ If installed, we now require:
311311
+-----------------+-----------------+----------+---------+
312312
| Package | Minimum Version | Required | Changed |
313313
+=================+=================+==========+=========+
314-
| numpy | 1.23.5 | X | X |
314+
| numpy | 1.26.0 | X | X |
315315
+-----------------+-----------------+----------+---------+
316316

317317
For `optional libraries <https://pandas.pydata.org/docs/getting_started/install.html>`_ the general recommendation is to use the latest version.

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ authors = [
2727
license = {file = 'LICENSE'}
2828
requires-python = '>=3.10'
2929
dependencies = [
30-
"numpy>=1.23.5; python_version<'3.12'",
31-
"numpy>=1.26.0; python_version>='3.12'",
30+
"numpy>=1.26.0",
3231
"python-dateutil>=2.8.2",
3332
"tzdata>=2022.7"
3433
]

0 commit comments

Comments
 (0)