We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b2c748 commit 73dd981Copy full SHA for 73dd981
1 file changed
clients/python/pyproject.toml
@@ -74,6 +74,7 @@ dependencies = [
74
"loguru>=0.7.2",
75
"numpy>=1.26.0,<2.0.0",
76
"orjson>=3.9.7",
77
+ "pandas",
78
"Pillow>=10.0.1",
79
"pydantic-settings>=2.0.3",
80
"pydantic>=2.4.2",
@@ -88,7 +89,6 @@ lint = ["black~=24.4.2", "flake8~=7.0.0"]
88
89
test = [
90
"flaky~=3.8.1",
91
"mypy~=1.10.1",
- "pandas",
92
"pytest-asyncio>=0.23.7",
93
"pytest-cov~=5.0.0",
94
"pytest~=8.2.2",
0 commit comments