Skip to content

Instantly share code, notes, and snippets.

@Steboss89
Created June 30, 2021 11:41
Show Gist options
  • Save Steboss89/39a63013e318822f80ed91e9e625e16e to your computer and use it in GitHub Desktop.
Save Steboss89/39a63013e318822f80ed91e9e625e16e to your computer and use it in GitHub Desktop.
prepare cargo for smartcore
[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