Skip to content

Commit

Permalink
toolchain config
Browse files Browse the repository at this point in the history
  • Loading branch information
abstractqqq committed Nov 7, 2023
1 parent 88fe088 commit 080fd02
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ crate-type = ["cdylib"]
[dependencies]
pyo3 = {version = "0.20", features = ["extension-module"]}
pyo3-polars = {version = "0.8", features = ["derive"]}
polars = {version = "0.34", features = ["performant", "chunked_ids", "lazy", "dtype-struct", "ndarray", "log"]}
polars = {version = "0.34", features = ["performant", "nightly", "chunked_ids", "lazy", "dtype-struct", "ndarray", "log"]}
num = "0.4.1"
faer = {version = "0.14.1", features = ["ndarray"]}
faer = {version = "0.14.1", features = ["ndarray", "nightly"]}
ndarray = "0.15.6"
hashbrown = "0.14.2"
rustfft = "6.1.0"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ install: venv
dev-release: venv
unset CONDA_PREFIX && \
source .venv/bin/activate && maturin develop --release -m Cargo.toml
.venv/bin/pip install .
.venv/bin/pip install -e .

pre-commit: venv
cargo fmt --all --manifest-path Cargo.toml && cargo clippy --all-features --manifest-path Cargo.toml
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ classifiers = [
version = "0.1.0"
authors = [
{name = "Tianren Qin", email = "[email protected]"},
{name = "Nelson Griffiths", email = "[email protected]"}
]
dependencies = [
"polars >= 0.19.12",
Expand Down
2 changes: 2 additions & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[toolchain]
channel = "nightly-2023-10-12"

0 comments on commit 080fd02

Please sign in to comment.