Skip to content

Commit

Permalink
added rayon as feature to ndarray + bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
noamteyssier committed May 19, 2023
1 parent cd30b7e commit 6d996fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "intc"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
description = "An implementation of the *-INC method to calculate an empirical FDR for non-targeting controls in CRISPR screens "
license = "MIT"
Expand All @@ -14,6 +14,6 @@ categories = ["science"]
[dependencies]
anyhow = "1.0.68"
hashbrown = "0.13.2"
ndarray = "0.15.6"
ndarray = { version = "0.15.6", features = ["rayon"] }
ndarray-rand = "0.14.0"
statrs = "0.16.0"

0 comments on commit 6d996fa

Please sign in to comment.