-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change: bump dependency and package versions (#91)
- Loading branch information
1 parent
10c6548
commit a389d80
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.9.0" | ||
version = "0.9.1" | ||
|
||
[deps] | ||
AWS = "fbe9abb3-538b-5e4e-ba9e-bc94f4f92ebc" | ||
|
@@ -47,10 +47,10 @@ DecFP = "=1.3.2" | |
Distributed = "1.6" | ||
Distributions = "=0.25.76" | ||
Downloads = "1" | ||
Graphs = "=1.11.0" | ||
HTTP = "=1.10.6" | ||
Graphs = "=1.11.1" | ||
HTTP = "=1.10.8" | ||
InteractiveUtils = "1.6" | ||
JLD2 = "=0.4.46" | ||
JLD2 = "=0.4.48" | ||
JSON3 = "=1.14.0" | ||
LinearAlgebra = "1.6" | ||
Logging = "1.6" | ||
|
@@ -61,7 +61,7 @@ OrderedCollections = "=1.6.3" | |
Pkg = "1.6" | ||
Random = "1.6" | ||
SparseArrays = "1.6" | ||
StaticArrays = "=1.9.3" | ||
StaticArrays = "=1.9.5" | ||
Statistics = "1.6" | ||
StructTypes = "=1.10.0" | ||
Tar = "1.9.3" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.9.0" | ||
version = "0.9.1" | ||
|
||
[deps] | ||
Braket = "19504a0f-b47d-4348-9127-acc6cc69ef67" | ||
|
@@ -14,7 +14,7 @@ StructTypes = "856f2bd8-1eba-4b0a-8007-ebc267875bd4" | |
|
||
[compat] | ||
Aqua = "=0.8" | ||
Braket = "=0.9.0" | ||
Braket = "=0.9.1" | ||
CondaPkg = "=0.2.22" | ||
DataStructures = "=0.18.20" | ||
LinearAlgebra = "1.6" | ||
|
a389d80
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
a389d80
There was a problem hiding this comment.
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/109477
Tip: Release Notes
Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.
To add them here just re-invoke and the PR will be updated.
Tagging
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:
a389d80
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register subdir=PyBraket
a389d80
There was a problem hiding this comment.
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/109478
Tip: Release Notes
Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.
To add them here just re-invoke and the PR will be updated.
Tagging
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: