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

change: Bump compat and test against Julia 1.10 #69

Merged
merged 1 commit into from
Jan 4, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
group:
- Braket-unit
- PyBraket-unit
version: ['1.6', '1.7', '1.8', '1.9', 'nightly']
version: ['1.6', '1.7', '1.8', '1.9', '1.10', 'nightly']
arch: ['x64']
steps:
- uses: actions/checkout@v1
Expand Down
14 changes: 7 additions & 7 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.8.0"
version = "0.8.1"

[deps]
AWS = "fbe9abb3-538b-5e4e-ba9e-bc94f4f92ebc"
Expand Down Expand Up @@ -37,26 +37,26 @@ AWSS3 = "=0.11.2"
Aqua = "=0.8"
Base64 = "1.6"
AxisArrays = "=0.4.7"
CSV = "=0.10.11"
CSV = "=0.10.12"
CodeTracking = "=1.3.5"
Compat = "=4.10.0"
Compat = "=4.10.1"
DataStructures = "=0.18.15"
Dates = "1.6"
DecFP = "=1.3.2"
Distributions = "=0.25.76"
Distributed = "1.6"
Downloads = "1"
Graphs = "=1.9.0"
HTTP = "=1.10.0"
HTTP = "=1.10.1"
InteractiveUtils = "1.6"
JLD2 = "=0.4.38"
JSON3 = "=1.13.2"
JLD2 = "=0.4.41"
JSON3 = "=1.14.0"
LinearAlgebra = "1.6"
Logging = "1.6"
Markdown = "=0.7.5"
Mocking = "=0.7.6"
NamedTupleTools = "=0.14.3"
OrderedCollections = "=1.6.2"
OrderedCollections = "=1.6.3"
Pkg = "1.6"
Random = "1.6"
Statistics = "1.6"
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.8.0"
version = "0.8.1"

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

[compat]
Aqua = "=0.8"
Braket = "=0.8.0"
Braket = "=0.8.1"
CondaPkg = "=0.2.22"
DataStructures = "=0.18.15"
LinearAlgebra = "1.6"
Expand Down
Loading