Skip to content

Commit 295eb8f

Browse files
authored
pin pandera (#767)
1 parent 3661d96 commit 295eb8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies = [
3939
"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'",
42-
"pandera>=0.22.1,<1",
42+
"pandera>=0.22.1,<0.24",
4343
"pydantic>=1.10,<3",
4444
"dacite>=1.6,<2",
4545
"requests>=2.20,<3",

0 commit comments

Comments
 (0)