Skip to content

Commit

Permalink
Backport PR #55175 on branch 2.1.x (DEPS: Bump to 1.26 proper for Pyt…
Browse files Browse the repository at this point in the history
…hon 3.12) (#55203)

Backport PR #55175: DEPS: Bump to 1.26 proper for Python 3.12

Co-authored-by: Thomas Li <47963215+lithomas1@users.noreply.github.com>
  • Loading branch information
meeseeksmachine and lithomas1 committed Sep 19, 2023
1 parent 00020bc commit cb7ea72
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pyproject.toml
Expand Up @@ -10,8 +10,7 @@ requires = [
# we don't want to force users to compile with 1.25 though
# (Ideally, in the future, though, oldest-supported-numpy can be dropped when our min numpy is 1.25.x)
"oldest-supported-numpy>=2022.8.16; python_version<'3.12'",
# TODO: This needs to be updated when the official numpy 1.26 comes out
"numpy>=1.26.0b1; python_version>='3.12'",
"numpy>=1.26.0; python_version>='3.12'",
"versioneer[toml]"
]

Expand All @@ -32,8 +31,7 @@ requires-python = '>=3.9'
dependencies = [
"numpy>=1.22.4; python_version<'3.11'",
"numpy>=1.23.2; python_version=='3.11'",
# TODO: This needs to be updated when the official numpy 1.26 comes out
"numpy>=1.26.0b1; python_version>='3.12'",
"numpy>=1.26.0; python_version>='3.12'",
"python-dateutil>=2.8.2",
"pytz>=2020.1",
"tzdata>=2022.1"
Expand Down

0 comments on commit cb7ea72

Please sign in to comment.