forked from amazon-braket/Braket.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature: Adding support for FreeParameterExpression, resolving Issue a…
- Loading branch information
Fe-r-oz
committed
Jun 5, 2024
1 parent
1d05da0
commit 5faf99e
Showing
5 changed files
with
101 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" | ||
|
@@ -29,6 +29,8 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" | |
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" | ||
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" | ||
StructTypes = "856f2bd8-1eba-4b0a-8007-ebc267875bd4" | ||
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7" | ||
SymbolicUtils = "d1185830-fcd6-423d-90d6-eec64667417b" | ||
Tar = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e" | ||
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" | ||
|
||
|
@@ -64,6 +66,8 @@ SparseArrays = "1.6" | |
StaticArrays = "=1.9.3" | ||
Statistics = "1.6" | ||
StructTypes = "=1.10.0" | ||
Symbolics = "5.28.0" | ||
SymbolicUtils = "1.6.0" | ||
Tar = "1.9.3" | ||
Test = "1.6" | ||
UUIDs = "1.6" | ||
|
@@ -89,6 +93,8 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" | |
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" | ||
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" | ||
StructTypes = "856f2bd8-1eba-4b0a-8007-ebc267875bd4" | ||
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7" | ||
SymbolicUtils = "d1185830-fcd6-423d-90d6-eec64667417b" | ||
Tar = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e" | ||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" | ||
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" |
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
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
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
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