Skip to content

Commit

Permalink
maybe dev-dependencies will work
Browse files Browse the repository at this point in the history
  • Loading branch information
2AUK committed Nov 5, 2023
1 parent cfe192c commit e89070c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: test
args: --features openblas-static
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ crate-type = ["lib", "cdylib"]

[features]
fftw-sys = ["fftw/system"]
openblas-static= ["openblas-src/static", "ndarray-linalg/openblas-static"]
default = []
dhat-on = []

Expand All @@ -47,6 +46,10 @@ time = "0.3.30"
csv = "1.3.0"
dhat = "0.3.2"

[dev-dependencies]
ndarray = { version = "0.15.6", features = ["approx-0_5", "rayon", "serde"] }
ndarray-linalg = { version = "0.16.0" }

[dependencies.fftw]
version = "0.8.0"
default-features = false
Expand Down

0 comments on commit e89070c

Please sign in to comment.