Skip to content

Commit

Permalink
Fix pennylane dependency rc to master v0.39 release (#984)
Browse files Browse the repository at this point in the history
### Before submitting

Please complete the following checklist when submitting a PR:

- [ ] All new features must include a unit test.
If you've fixed a bug or added code that should be tested, add a test to
the
      [`tests`](../tests) directory!

- [ ] All new functions and code must be clearly commented and
documented.
If you do make documentation changes, make sure that the docs build and
      render correctly by running `make docs`.

- [ ] Ensure that the test suite passes, by running `make test`.

- [x] Add a new entry to the `.github/CHANGELOG.md` file, summarizing
the
      change, and including a link back to the PR.

- [x] Ensure that code is properly formatted by running `make format`. 

When all the above are checked, delete everything above the dashed
line and fill in the pull request template.


------------------------------------------------------------------------------------------------------------

**Context:**

**Description of the Change:**

**Benefits:**

**Possible Drawbacks:**

**Related GitHub Issues:**

---------

Co-authored-by: Ali Asadi <[email protected]>
  • Loading branch information
multiphaseCFD and maliasadi authored Nov 6, 2024
1 parent 74211a7 commit dc950bf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@

### Improvements

* Merge v0.39.0-rc branch to the master and bump version.
[(#981)](https://github.com/PennyLaneAI/pennylane-lightning/pull/981)

### Documentation

### Bug fixes

* Fix Pennylane dependency branch (`v0.39_rc0` to `master`).
[(#984)](https://github.com/PennyLaneAI/pennylane-lightning/pull/984)

* Fix PTM stable latest. Removing FIXME patch for v0.39.
[(#982)](https://github.com/PennyLaneAI/pennylane-lightning/pull/982)

### Contributors

This release contains contributions from (in alphabetical order):

Luis Alfredo Nuñez Meneses,
Luis Alfredo Nuñez Meneses, Shuli Shu

---

Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ cmake
custatevec-cu12
cutensornet-cu12
pylint==2.7.4
git+https://github.com/PennyLaneAI/pennylane.git@v0.39.0-rc0
git+https://github.com/PennyLaneAI/pennylane.git@master
2 changes: 1 addition & 1 deletion requirements-tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ pytest-cov>=3.0.0
pytest-mock>=3.7.0
pytest-xdist>=2.5.0
flaky>=3.7.0
git+https://github.com/PennyLaneAI/pennylane.git@v0.39.0-rc0
git+https://github.com/PennyLaneAI/pennylane.git@master

0 comments on commit dc950bf

Please sign in to comment.