Skip to content

Commit cb7ea72

Browse files
Backport PR pandas-dev#55175 on branch 2.1.x (DEPS: Bump to 1.26 proper for Python 3.12) (pandas-dev#55203)
Backport PR pandas-dev#55175: DEPS: Bump to 1.26 proper for Python 3.12 Co-authored-by: Thomas Li <[email protected]>
1 parent 00020bc commit cb7ea72

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pyproject.toml

+2-4
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ requires = [
1010
# we don't want to force users to compile with 1.25 though
1111
# (Ideally, in the future, though, oldest-supported-numpy can be dropped when our min numpy is 1.25.x)
1212
"oldest-supported-numpy>=2022.8.16; python_version<'3.12'",
13-
# TODO: This needs to be updated when the official numpy 1.26 comes out
14-
"numpy>=1.26.0b1; python_version>='3.12'",
13+
"numpy>=1.26.0; python_version>='3.12'",
1514
"versioneer[toml]"
1615
]
1716

@@ -32,8 +31,7 @@ requires-python = '>=3.9'
3231
dependencies = [
3332
"numpy>=1.22.4; python_version<'3.11'",
3433
"numpy>=1.23.2; python_version=='3.11'",
35-
# TODO: This needs to be updated when the official numpy 1.26 comes out
36-
"numpy>=1.26.0b1; python_version>='3.12'",
34+
"numpy>=1.26.0; python_version>='3.12'",
3735
"python-dateutil>=2.8.2",
3836
"pytz>=2020.1",
3937
"tzdata>=2022.1"

0 commit comments

Comments
 (0)