Skip to content

Commit

Permalink
Update approx requirement from 0.4 to 0.5
Browse files Browse the repository at this point in the history
Updates the requirements on [approx](https://github.com/brendanzab/approx) to permit the latest version.
- [Commits](brendanzab/approx@v0.4.0...v0.5.1)

---
updated-dependencies:
- dependency-name: approx
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 18, 2024
1 parent 89fafae commit 985dbd0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ ctrlc = "3.4"

[dev-dependencies]
criterion = "0.5"
approx = "0.4"
approx = "0.5"
argmin_testfunctions = "0.2"

[workspace]
Expand Down
2 changes: 1 addition & 1 deletion doe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ serde = { version = "1", optional = true }
[dev-dependencies]
criterion = "0.5"
serde_json = "1"
approx = "0.4"
approx = "0.5"

[[bench]]
name = "lhs"
Expand Down
2 changes: 1 addition & 1 deletion ego/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ derive_more = "0.99"

[dev-dependencies]
criterion = "0.5"
approx = "0.4"
approx = "0.5"
argmin_testfunctions = "0.2"
serial_test = "3.1.0"

Expand Down
2 changes: 1 addition & 1 deletion gp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ finitediff = { version = "0.1", features = ["ndarray"] }
[dev-dependencies]
criterion = "0.5"
serde_json = "1"
approx = "0.4"
approx = "0.5"
argmin_testfunctions = "0.2"

[[bench]]
Expand Down
2 changes: 1 addition & 1 deletion moe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ typetag = { version = "0.2", optional = true }

[dev-dependencies]
criterion = "0.5"
approx = "0.4"
approx = "0.5"
ndarray-npy = "0.8"
ndarray-csv = "0.5"
csv = "1.1"
Expand Down

0 comments on commit 985dbd0

Please sign in to comment.