Skip to content

Commit

Permalink
⬆️ marlu0.13 rubbl0.8 casacore3.5 ndarray0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
d3v-null committed Aug 14, 2024
1 parent 6df8e82 commit 08544a4
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 36 deletions.
72 changes: 40 additions & 32 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ codegen-units = 1 # Set this to 1 in Cargo.toml to allow for maximum size reduct
[dependencies]
cfg-if = "1.0.0"
hdf5 = "0.8.0"
marlu = { version = "0.11.0", default-features = false }
ndarray = "0.15.4"
marlu = { version = "0.13.0", default-features = false }
ndarray = "0.16.0"
num-complex = "0.4.1"
panic-message = "0.3.0"
parking_lot = "0.12.0"
Expand All @@ -67,10 +67,10 @@ numpy = { version = "0.19.0", optional = true }
[dev-dependencies]
approx = { version = "0.5.0", features = ["num-complex"] }
criterion = "0.5.1"
marlu = { version = "0.11.0", default-features = false, features = ["approx"] }
marlu = { version = "0.13.0", default-features = false, features = ["approx"] }
serial_test = "2.0.0"

ndarray = { version = "0.15.4", features = ["approx-0_5"] }
ndarray = { version = "0.16.0", features = ["approx"] }

[build-dependencies]
cbindgen = { version = "0.25.0", default-features = false }
Expand Down

0 comments on commit 08544a4

Please sign in to comment.