We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6829385 commit aef87b1Copy full SHA for aef87b1
pyproject.toml
@@ -35,8 +35,8 @@ packages = [
35
requires-python = ">=3.8,<3.13"
36
37
dependencies = [
38
- "numpy >=1.19,<2; python_version < '3.12'",
39
- "numpy >=1.26,<2; python_version >= '3.12'",
+ "numpy >=1.19,<3; python_version < '3.12'",
+ "numpy >=1.26,<3; python_version >= '3.12'",
40
"pandas >=1.1,<3; python_version < '3.12'",
41
"pandas >=2.1.1,<3; python_version >= '3.12'",
42
"pandera>=0.22.1,<1",
0 commit comments