Skip to content

Commit

Permalink
Fix Python SDK dependencies (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiahuei authored Jul 23, 2024
1 parent 4b2c748 commit 73dd981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ dependencies = [
"loguru>=0.7.2",
"numpy>=1.26.0,<2.0.0",
"orjson>=3.9.7",
"pandas",
"Pillow>=10.0.1",
"pydantic-settings>=2.0.3",
"pydantic>=2.4.2",
Expand All @@ -88,7 +89,6 @@ lint = ["black~=24.4.2", "flake8~=7.0.0"]
test = [
"flaky~=3.8.1",
"mypy~=1.10.1",
"pandas",
"pytest-asyncio>=0.23.7",
"pytest-cov~=5.0.0",
"pytest~=8.2.2",
Expand Down

0 comments on commit 73dd981

Please sign in to comment.