Skip to content

Commit 0f83d50

Browse files
authored
Revert "BLD: Pin numpy on 2.2.x" (pandas-dev#58093)
Revert "BLD: Pin numpy on 2.2.x (pandas-dev#56812)" This reverts commit 24ea67f.
1 parent e9b81ee commit 0f83d50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ authors = [
2727
license = {file = 'LICENSE'}
2828
requires-python = '>=3.9'
2929
dependencies = [
30-
"numpy>=1.22.4,<2; python_version<'3.11'",
31-
"numpy>=1.23.2,<2; python_version=='3.11'",
32-
"numpy>=1.26.0,<2; python_version>='3.12'",
30+
"numpy>=1.22.4; python_version<'3.11'",
31+
"numpy>=1.23.2; python_version=='3.11'",
32+
"numpy>=1.26.0; python_version>='3.12'",
3333
"python-dateutil>=2.8.2",
3434
"pytz>=2020.1",
3535
"tzdata>=2022.7"

0 commit comments

Comments
 (0)