Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
milenkovicm committed Aug 15, 2024
1 parent 352091b commit 56f07b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ edition = "2021"
license = "MIT"

[dependencies]
lightgbm3 = { git = "https://github.com/milenkovicm/lightgbm3-rs.git", rev = "99cc5eb" }
#lightgbm3 = { git = "https://github.com/milenkovicm/lightgbm3-rs.git", rev = "99cc5eb" }
lightgbm3 = { version = "1.0.4" }
tokio = { version = "^1.36", features = ["rt-multi-thread"]}
datafusion = { version = "41.0" }

Expand Down

0 comments on commit 56f07b9

Please sign in to comment.