Skip to content

Commit

Permalink
Remove MicroMamba direct dep (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
kshyatt-aws authored Dec 9, 2022
1 parent f265331 commit f571cde
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions PyBraket/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

## v0.2.0
---------
- Remove direct dependency on MicroMamba.jl
- Support for adjoint differentiation through `PyCircuit`.

## v0.1.0
Expand Down
2 changes: 0 additions & 2 deletions PyBraket/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Braket = "19504a0f-b47d-4348-9127-acc6cc69ef67"
CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MicroMamba = "0b3b1443-0f03-428d-bdfb-f27f9c1191ea"
PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StructTypes = "856f2bd8-1eba-4b0a-8007-ebc267875bd4"
Expand All @@ -20,7 +19,6 @@ Aqua = "0.5"
Braket = "=0.2.0"
CondaPkg = "=0.2.14"
DataStructures = "=0.18.13"
MicroMamba = "=0.1.9"
PythonCall = "=0.9.7"
StructTypes = "=1.10.0"
julia = "1.6"
Expand Down

0 comments on commit f571cde

Please sign in to comment.