Skip to content

Commit aef87b1

Browse files
authored
relax upper bound for numpy dependency (#760)
1 parent 6829385 commit aef87b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ packages = [
3535
requires-python = ">=3.8,<3.13"
3636

3737
dependencies = [
38-
"numpy >=1.19,<2; python_version < '3.12'",
39-
"numpy >=1.26,<2; python_version >= '3.12'",
38+
"numpy >=1.19,<3; python_version < '3.12'",
39+
"numpy >=1.26,<3; python_version >= '3.12'",
4040
"pandas >=1.1,<3; python_version < '3.12'",
4141
"pandas >=2.1.1,<3; python_version >= '3.12'",
4242
"pandera>=0.22.1,<1",

0 commit comments

Comments
 (0)