Skip to content

Commit

Permalink
0.15 release (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
josh146 committed Apr 20, 2021
1 parent 8a44381 commit b4a6975
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Release 0.15.0


### Breaking changes

* For compatibility with PennyLane v0.15, the `analytic` keyword argument
Expand Down
1 change: 1 addition & 0 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
docutils==0.16
sphinxcontrib-bibtex
ipykernel
nbsphinx
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
projectq>=0.5.1
git+https://github.com/PennyLaneAI/pennylane.git
pennylane>=0.15
pybind11
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

requirements = [
"projectq>=0.5.1",
"pennylane @ git+https://github.com/PennyLaneAI/pennylane.git@master"
"pennylane>=0.15"
] # pylint: disable=invalid-name


Expand Down

0 comments on commit b4a6975

Please sign in to comment.