Skip to content

Commit 8e035a4

Browse files
committed
Tweak pandera dep pin in pyproject.toml
Newer version breaks some things...
1 parent a01cbf6 commit 8e035a4

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
@@ -31,7 +31,7 @@ dependencies = [
3131
"gps-timemachine >=1.1.4",
3232
"pyproj >=3.6.1",
3333
"shapely >=2.0.5",
34-
"pandera[mypy] >= 0.20.3",
34+
"pandera[mypy] ~= 0.20.3",
3535
"pydantic >=2.8.2",
3636
"loguru >=0.7.2",
3737
"dask[dataframe] >=2024.10.0",

0 commit comments

Comments
 (0)