Skip to content

Commit

Permalink
Merge pull request #261 from avhz/dependabot/cargo/ndarray-0.16.1
Browse files Browse the repository at this point in the history
build(deps): update ndarray requirement from 0.15.0 to 0.16.1
  • Loading branch information
avhz authored Sep 30, 2024
2 parents 07a019d + c3dfcc7 commit 1919d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ argmin-math = "0.4.0" # https://docs.rs/argmin-math/latest/argmin_math/
derive_builder = "0.20.0" # https://docs.rs/derive_builder/latest/derive_builder/
errorfunctions = "0.2.0" # https://docs.rs/errorfunctions/latest/errorfunctions/
nalgebra = "0.33.0" # https://docs.rs/nalgebra/latest/nalgebra/
ndarray = "0.15.0" # https://docs.rs/ndarray/latest/ndarray/
ndarray = "0.16.1" # https://docs.rs/ndarray/latest/ndarray/
ndrustfft = "0.4.0" # https://docs.rs/ndrustfft/latest/ndrustfft/
ndarray-rand = "0.14.0" # https://docs.rs/ndarray-rand/latest/ndarray_rand/
plotly = "0.9.0" # https://docs.rs/plotly/latest/plotly/
Expand Down

0 comments on commit 1919d4c

Please sign in to comment.