Skip to content

Commit 24ea67f

Browse files
authored
BLD: Pin numpy on 2.2.x (pandas-dev#56812)
1 parent 8757a3c commit 24ea67f

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
@@ -30,9 +30,9 @@ authors = [
3030
license = {file = 'LICENSE'}
3131
requires-python = '>=3.9'
3232
dependencies = [
33-
"numpy>=1.22.4; python_version<'3.11'",
34-
"numpy>=1.23.2; python_version=='3.11'",
35-
"numpy>=1.26.0; python_version>='3.12'",
33+
"numpy>=1.22.4,<2; python_version<'3.11'",
34+
"numpy>=1.23.2,<2; python_version=='3.11'",
35+
"numpy>=1.26.0,<2; python_version>='3.12'",
3636
"python-dateutil>=2.8.2",
3737
"pytz>=2020.1",
3838
"tzdata>=2022.7"

0 commit comments

Comments
 (0)