Skip to content

Commit

Permalink
Remove pydantic constraint for vaex
Browse files Browse the repository at this point in the history
Note that vaexio/vaex#2384 has been resolved
  • Loading branch information
cswartzvi committed Sep 13, 2024
1 parent f888ef0 commit bbf29ff
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,7 @@ test = [
]
tqdm = ["tqdm"]
ui = ["sf-hamilton-ui"]
vaex = [
"pydantic<2.0", # because of https://github.com/vaexio/vaex/issues/2384
"vaex"
]
vaex = ["vaex"]
visualization = ["graphviz", "networkx"]

[project.entry-points.console_scripts]
Expand Down

0 comments on commit bbf29ff

Please sign in to comment.