Skip to content

Commit

Permalink
Updated crate versions in book
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-k committed Dec 8, 2023
1 parent aea2461 commit 977da31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion media/book/src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ argmin is designed to simplify the implementation of optimization algorithms and

> **IMPORTANT NOTE**
>
> This book covers version 0.7 of argmin! Parts of this book may not apply to versions below 0.7.
> This book covers version 0.8 of argmin! Parts of this book may not apply to versions below 0.8.

## The argmin ecosystem
Expand Down
4 changes: 2 additions & 2 deletions media/book/src/using_argmin.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ In order to use argmin, one needs to add both `argmin` and `argmin-math` to `Car

```toml
[dependencies]
argmin = { version = "0.7" }
argmin-math = { version = "0.2", features = ["ndarray_latest-serde", "nalgebra_latest-serde"] }
argmin = { version = "0.8" }
argmin-math = { version = "0.3", features = ["ndarray_latest-serde", "nalgebra_latest-serde"] }
```

or, for the current development version:
Expand Down

0 comments on commit 977da31

Please sign in to comment.