We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6be22d commit bd14182Copy full SHA for bd14182
1 file changed
pyproject.toml
@@ -48,7 +48,8 @@ dependencies = [
48
"fastapi",
49
"starlette",
50
"uvicorn",
51
- "polars<1.38.0"
+ "polars<1.38.0",
52
+ "pandas==2.2.1"
53
]
54
dynamic = ["version"]
55
0 commit comments