File tree 3 files changed +11
-11
lines changed
3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 44
44
- name : " Dev PyBraket package on Windows"
45
45
if : ${{ matrix.os == 'windows-latest' }}
46
46
run : |
47
- julia --project -e 'using Pkg; Pkg.develop(path=joinpath(pwd(), \ "PyBraket\ "))'
47
+ julia --project -e 'using Pkg; Pkg.develop(path=joinpath(pwd(), "PyBraket"))'
48
48
# must escape for windows
49
49
- name : " Dev PyBraket package on OSX"
50
50
if : ${{ matrix.os == 'macOS-latest' }}
Original file line number Diff line number Diff line change 1
1
name = " Braket"
2
2
uuid = " 19504a0f-b47d-4348-9127-acc6cc69ef67"
3
3
authors = [" Katharine Hyatt <hyatkath@amazon.com>" ]
4
- version = " 0.8.1 "
4
+ version = " 0.8.2 "
5
5
6
6
[deps ]
7
7
AWS = " fbe9abb3-538b-5e4e-ba9e-bc94f4f92ebc"
@@ -32,24 +32,24 @@ Tar = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e"
32
32
UUIDs = " cf7118a7-6976-5b1a-9a39-7adc72f591a4"
33
33
34
34
[compat ]
35
- AWS = " =1.90.3 "
35
+ AWS = " =1.90.4 "
36
36
AWSS3 = " =0.11.2"
37
37
Aqua = " =0.8"
38
38
Base64 = " 1.6"
39
39
AxisArrays = " =0.4.7"
40
- CSV = " =0.10.12 "
40
+ CSV = " =0.10.13 "
41
41
CodeTracking = " =1.3.5"
42
- Compat = " =4.10.1 "
43
- DataStructures = " =0.18.15 "
42
+ Compat = " =4.14.0 "
43
+ DataStructures = " =0.18.18 "
44
44
Dates = " 1.6"
45
45
DecFP = " =1.3.2"
46
46
Distributions = " =0.25.76"
47
47
Distributed = " 1.6"
48
48
Downloads = " 1"
49
49
Graphs = " =1.9.0"
50
- HTTP = " =1.10.1 "
50
+ HTTP = " =1.10.3 "
51
51
InteractiveUtils = " 1.6"
52
- JLD2 = " =0.4.41 "
52
+ JLD2 = " =0.4.46 "
53
53
JSON3 = " =1.14.0"
54
54
LinearAlgebra = " 1.6"
55
55
Logging = " 1.6"
Original file line number Diff line number Diff line change 1
1
name = " PyBraket"
2
2
uuid = " e85266a6-1825-490b-a80e-9b9469c53660"
3
3
authors = [" Katharine Hyatt <hyatkath@amazon.com>" ]
4
- version = " 0.8.1 "
4
+ version = " 0.8.2 "
5
5
6
6
[deps ]
7
7
Braket = " 19504a0f-b47d-4348-9127-acc6cc69ef67"
@@ -14,9 +14,9 @@ StructTypes = "856f2bd8-1eba-4b0a-8007-ebc267875bd4"
14
14
15
15
[compat ]
16
16
Aqua = " =0.8"
17
- Braket = " =0.8.1 "
17
+ Braket = " =0.8.2 "
18
18
CondaPkg = " =0.2.22"
19
- DataStructures = " =0.18.15 "
19
+ DataStructures = " =0.18.18 "
20
20
LinearAlgebra = " 1.6"
21
21
PythonCall = " =0.9.15"
22
22
Statistics = " 1"
You can’t perform that action at this time.
0 commit comments