Skip to content

Commit

Permalink
feat!: Updated dependencies
Browse files Browse the repository at this point in the history
Updated:
* pyo3
* polars
* polars-arrow

Removed unused dependencies.
  • Loading branch information
schmidmt committed Jan 20, 2024
1 parent a7c7929 commit 89db686
Show file tree
Hide file tree
Showing 14 changed files with 285 additions and 548 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/run_code_in_mdfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def process_file(file, language, version):
rust_script_contents = f"""//! ```cargo
//! [dependencies]
//! lace = {{ path = ".", version="{version}", features = ["examples", "ctrlc_handler"] }}
//! polars = {{ version = "0.34", default_features=false, features=["csv", "dtype-i8", "dtype-i16", "dtype-u8", "dtype-u16"] }}
//! polars = {{ version = "0.36", default_features=false, features=["csv", "dtype-i8", "dtype-i16", "dtype-u8", "dtype-u16"] }}
//! rand = {{version="0.8", features=["serde1"]}}
//! rand_xoshiro = {{ version="0.6", features = ["serde1"] }}
//! ```
Expand Down
Loading

0 comments on commit 89db686

Please sign in to comment.