Skip to content

Commit

Permalink
Merge pull request #9 from Point72/tkp/deps
Browse files Browse the repository at this point in the history
Unpin pydantic, add polars as runtime dep
  • Loading branch information
timkpaine authored Apr 16, 2024
2 parents 68c763e + 879e940 commit 987a53d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ dependencies = [
"fastapi",
"packaging",
"perspective-python",
"pydantic<2",
"polars",
"pyarrow",
"pydantic",
"ray[serve]>=2.8",
]

Expand All @@ -57,8 +59,6 @@ develop = [
"isort",
"ruff>=0.3,<0.4",
# Test deps
"polars",
"pyarrow",
"pytest",
"pytest-asyncio",
"pytest-cov",
Expand Down

0 comments on commit 987a53d

Please sign in to comment.