Skip to content

Commit 73dd981

Browse files
authored
Fix Python SDK dependencies (#17)
1 parent 4b2c748 commit 73dd981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ dependencies = [
7474
"loguru>=0.7.2",
7575
"numpy>=1.26.0,<2.0.0",
7676
"orjson>=3.9.7",
77+
"pandas",
7778
"Pillow>=10.0.1",
7879
"pydantic-settings>=2.0.3",
7980
"pydantic>=2.4.2",
@@ -88,7 +89,6 @@ lint = ["black~=24.4.2", "flake8~=7.0.0"]
8889
test = [
8990
"flaky~=3.8.1",
9091
"mypy~=1.10.1",
91-
"pandas",
9292
"pytest-asyncio>=0.23.7",
9393
"pytest-cov~=5.0.0",
9494
"pytest~=8.2.2",

0 commit comments

Comments
 (0)