Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update approx requirement from 0.4 to 0.5 #164

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update approx requirement from 0.4 to 0.5
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 24, 2024
commit 0ddc5eba195b778d802650c51af985b3dff2623b
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -57,7 +57,7 @@ ctrlc = "3.4"

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

[workspace]
2 changes: 1 addition & 1 deletion doe/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion ego/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"

2 changes: 1 addition & 1 deletion gp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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]]
2 changes: 1 addition & 1 deletion moe/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Loading