Created
June 30, 2021 11:41
-
-
Save Steboss89/39a63013e318822f80ed91e9e625e16e to your computer and use it in GitHub Desktop.
prepare cargo for smartcore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[package] | |
name = "polar_smartcore" | |
version = "0.1.0" | |
authors = ["Steboss89 <[email protected]>"] | |
edition = "2018" | |
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | |
[dependencies] | |
polars = "0.14.2" | |
polars-core = {version = "0.14.2", features=["ndarray"]} | |
arrow = "4.3.0" | |
smartcore = "0.2.0" | |
serde = "1.0.126" | |
serde_derive = "1.0.126" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment