Skip to content

Commit

Permalink
sunset the orquestra plugin (#44)
Browse files Browse the repository at this point in the history
* sunset the orquestra plugin

* try pinning some stuff
  • Loading branch information
timmysilv authored Nov 3, 2023
1 parent 918bb41 commit 33c94f8
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 4 deletions.
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ PennyLane-Orquestra Plugin
:alt: PyPI - Python Version
:target: https://pypi.org/project/PennyLane-orquestra

\

**❗ This plugin will not be supported in newer versions of PennyLane. It is compatible with versions
of PennyLane up to and including 0.33❗**

.. header-start-inclusion-marker-do-not-remove
The PennyLane-Orquestra plugin integrates the Orquestra workflow management
Expand Down
5 changes: 5 additions & 0 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ PennyLane-Orquestra Plugin

:Release: |release|

.. warning::

This plugin will not be supported in newer versions of PennyLane. It is compatible with versions
of PennyLane up to and including 0.33.

.. include:: ../README.rst
:start-after: header-start-inclusion-marker-do-not-remove
:end-before: header-end-inclusion-marker-do-not-remove
Expand Down
2 changes: 1 addition & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ sphinx==4.2; python_version == "3.10"
docutils==0.16
sphinxcontrib-bibtex==2.4.2
pygments-github-lexers==0.0.5
pennylane>=0.22
pennylane>=0.22,<0.34
sphinx-automodapi==0.14.1
pennylane_sphinx_theme
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pennylane>=0.28
pennylane>=0.28,<0.34
pyyaml
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
with open("pennylane_orquestra/_version.py") as f:
version = f.readlines()[-1].split()[-1].strip("\"'")

requirements = ["pyyaml", "pennylane>=0.28"]
requirements = ["pyyaml", "pennylane>=0.28,<0.34"]

info = {
'name': 'PennyLane-Orquestra',
Expand Down
3 changes: 2 additions & 1 deletion steps/steps_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ git+https://github.com/zapatacomputing/qe-qulacs@dev
git+https://github.com/zapatacomputing/qe-forest@dev
git+https://github.com/zapatacomputing/z-quantum-core.git@dev
git+https://github.com/zapatacomputing/qe-openfermion@dev
git+https://github.com/PennyLaneAI/pennylane.git
git+https://github.com/PennyLaneAI/[email protected]
numpy<1.24

0 comments on commit 33c94f8

Please sign in to comment.