Skip to content

Commit

Permalink
Bump AWS and OrderedCollections versions (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
kshyatt-aws authored Mar 27, 2023
1 parent a2f0054 commit 0067596
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Braket"
uuid = "19504a0f-b47d-4348-9127-acc6cc69ef67"
authors = ["Katharine Hyatt <[email protected]>"]
version = "0.7.0"
version = "0.7.1"

[deps]
AWS = "fbe9abb3-538b-5e4e-ba9e-bc94f4f92ebc"
Expand Down Expand Up @@ -30,7 +30,7 @@ Tar = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"

[compat]
AWS = "=1.82.0"
AWS = "=1.84.0"
AWSS3 = "=0.10.3"
Aqua = "=0.6"
AxisArrays = "=0.4.6"
Expand All @@ -52,7 +52,7 @@ Mocking = "=0.7.5"
NLopt = "=0.6.5"
NamedTupleTools = "=0.14.3"
Optim = "=1.7.4"
OrderedCollections = "=1.4.1"
OrderedCollections = "=1.5.0"
Plots = "=1.38.5"
SimpleWeightedGraphs = "=1.2.2"
StructTypes = "=1.10.0"
Expand Down
4 changes: 2 additions & 2 deletions PyBraket/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "PyBraket"
uuid = "e85266a6-1825-490b-a80e-9b9469c53660"
authors = ["Katharine Hyatt <[email protected]>"]
version = "0.7.0"
version = "0.7.1"

[deps]
Braket = "19504a0f-b47d-4348-9127-acc6cc69ef67"
Expand All @@ -14,7 +14,7 @@ StructTypes = "856f2bd8-1eba-4b0a-8007-ebc267875bd4"

[compat]
Aqua = "=0.6"
Braket = "=0.7.0"
Braket = "=0.7.1"
CondaPkg = "=0.2.17"
DataStructures = "=0.18.13"
PythonCall = "=0.9.12"
Expand Down
4 changes: 2 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@ for group in groups
include(joinpath(@__DIR__, "..", "examples", "qft.jl"))
end
elseif test_type == "integ"
@testset "Examples" begin
#=@testset "Examples" begin
# test example notebooks that do need AWS devices
include(joinpath(@__DIR__, "..", "examples", "adjoint_gradient.jl"))
include(joinpath(@__DIR__, "..", "examples", "ahs_nb.jl"))
include(joinpath(@__DIR__, "..", "examples", "vqe_chemistry.jl"))
include(joinpath(@__DIR__, "..", "examples", "tetris_vqe.jl"))
end
end=#
include(joinpath(@__DIR__, "integ_tests", "runtests.jl"))
end
else
Expand Down

4 comments on commit 0067596

@kshyatt-aws
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/80456

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.7.1 -m "<description of version>" 0067596ddbad9821ca0db600614a207c07ba66fa
git push origin v0.7.1

@kshyatt-aws
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register subdir=PyBraket

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/80459

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a PyBraket-v0.7.1 -m "<description of version>" 0067596ddbad9821ca0db600614a207c07ba66fa
git push origin PyBraket-v0.7.1

Please sign in to comment.