Skip to content

Commit

Permalink
Update df v37
Browse files Browse the repository at this point in the history
  • Loading branch information
milenkovicm authored Apr 5, 2024
1 parent 8db6cd5 commit fd6ca5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ license = "MIT"

[dependencies]
tokio = { version = "^1.36", features = ["rt-multi-thread"]}
# datafusion = { version = "36" }
datafusion = { git = "https://github.com/apache/arrow-datafusion.git", rev="799be5e76bd631608b2357dbbe600afc2cebc359" }
datafusion = { version = "37.0" }
# datafusion = { git = "https://github.com/apache/arrow-datafusion.git", rev="799be5e76bd631608b2357dbbe600afc2cebc359" }
thiserror = { version = "1.0"}
log = { version = "0.4" }
tch = { version = "0.15", features = ["download-libtorch"] }
Expand Down

0 comments on commit fd6ca5c

Please sign in to comment.