Skip to content

Commit

Permalink
fix: remove version pinning for delta-sharing dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Hugo Carvalho <[email protected]>
  • Loading branch information
hugodscarvalho committed Sep 30, 2024
1 parent 9fc5ca1 commit 626b248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kedro-datasets/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ experimental = [
"xarray>=2023.1.0",
"rioxarray",
"torch",
"delta-sharing>=1.1.1"
"delta-sharing"
]

# All requirements
Expand Down

0 comments on commit 626b248

Please sign in to comment.