-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump PennyLane and Lightning minimum versions for Catalyst v0.10.0 (#…
…1454) Bump the PennyLane and Lightning minimum versions in preparation for the Catalyst 0.10.0 release. These changes ensure we can build the wheels after the Lightning release and before the core PennyLane release.
- Loading branch information
1 parent
ec5eb02
commit 2c441bf
Showing
9 changed files
with
45 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -458,6 +458,11 @@ jobs: | |
- name: Install Catalyst | ||
run: | | ||
# TODO: --- remove workaround before merging to main ----------------- # | ||
pip install --extra-index-url=https://test.pypi.org/simple/ PennyLane-Lightning==0.40.0 | ||
pip install --extra-index-url=https://test.pypi.org/simple/ PennyLane-Lightning-Kokkos==0.40.0 | ||
pip install git+https://github.com/PennyLaneAI/[email protected] | ||
# -------------------------------------------------------------------- # | ||
python${{ matrix.python_version }} -m pip install dist/*.whl --extra-index-url https://test.pypi.org/simple | ||
- name: Install Standalone Plugin | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -453,6 +453,11 @@ jobs: | |
- name: Install Catalyst | ||
run: | | ||
# TODO: --- remove workaround before merging to main ----------------- # | ||
pip install --extra-index-url=https://test.pypi.org/simple/ PennyLane-Lightning==0.40.0 | ||
pip install --extra-index-url=https://test.pypi.org/simple/ PennyLane-Lightning-Kokkos==0.40.0 | ||
pip install git+https://github.com/PennyLaneAI/[email protected] | ||
# -------------------------------------------------------------------- # | ||
python${{ matrix.python_version }} -m pip install dist/*.whl --extra-index-url https://test.pypi.org/simple | ||
- name: Install Standalone Plugin | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -416,6 +416,11 @@ jobs: | |
- name: Install Catalyst | ||
run: | | ||
# TODO: --- remove workaround before merging to main ----------------- # | ||
pip install --extra-index-url=https://test.pypi.org/simple/ PennyLane-Lightning==0.40.0 | ||
pip install --extra-index-url=https://test.pypi.org/simple/ PennyLane-Lightning-Kokkos==0.40.0 | ||
pip install git+https://github.com/PennyLaneAI/[email protected] | ||
# -------------------------------------------------------------------- # | ||
python${{ matrix.python_version }} -m pip install dist/*.whl --extra-index-url https://test.pypi.org/simple | ||
- name: Install Standalone Plugin | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -436,6 +436,11 @@ jobs: | |
# macOS requirements.txt | ||
python3 -m pip install cuda-quantum==0.6.0 | ||
python3 -m pip install oqc-qcaas-client | ||
# TODO: --- remove workaround before merging to main ----------------- # | ||
pip install --extra-index-url=https://test.pypi.org/simple/ PennyLane-Lightning==0.40.0 | ||
pip install --extra-index-url=https://test.pypi.org/simple/ PennyLane-Lightning-Kokkos==0.40.0 | ||
pip install git+https://github.com/PennyLaneAI/[email protected] | ||
# -------------------------------------------------------------------- # | ||
make frontend | ||
- name: Get Cached LLVM Build | ||
|
@@ -524,6 +529,11 @@ jobs: | |
sudo apt-get install -y python3 python3-pip libomp-dev libasan6 make ninja-build | ||
python3 --version | grep ${{ needs.constants.outputs.primary_python_version }} | ||
python3 -m pip install -r requirements.txt | ||
# TODO: --- remove workaround before merging to main ----------------- # | ||
pip install --extra-index-url=https://test.pypi.org/simple/ PennyLane-Lightning==0.40.0 | ||
pip install --extra-index-url=https://test.pypi.org/simple/ PennyLane-Lightning-Kokkos==0.40.0 | ||
pip install git+https://github.com/PennyLaneAI/[email protected] | ||
# -------------------------------------------------------------------- # | ||
make frontend | ||
- name: Get Cached LLVM Build | ||
|
@@ -588,6 +598,11 @@ jobs: | |
sudo apt-get install -y python3 python3-pip libomp-dev libasan6 make ninja-build | ||
python3 --version | grep ${{ needs.constants.outputs.primary_python_version }} | ||
python3 -m pip install -r requirements.txt | ||
# TODO: --- remove workaround before merging to main ----------------- # | ||
pip install --extra-index-url=https://test.pypi.org/simple/ PennyLane-Lightning==0.40.0 | ||
pip install --extra-index-url=https://test.pypi.org/simple/ PennyLane-Lightning-Kokkos==0.40.0 | ||
pip install git+https://github.com/PennyLaneAI/[email protected] | ||
# -------------------------------------------------------------------- # | ||
make frontend | ||
- name: Get Cached LLVM Build | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,6 +34,12 @@ export PATH=/catalyst/llvm-build/bin:/opt/_internal/cpython-${PYTHON_MAJOR_MINOR | |
/usr/bin/python3 -m pip install pennylane pybind11 PyYAML cmake ninja pytest pytest-xdist pytest-mock autoray PennyLane-Lightning-Kokkos 'amazon-braket-pennylane-plugin>1.27.1' | ||
/usr/bin/python3 -m pip install oqc-qcaas-client | ||
|
||
# TODO: --- remove workaround before merging to main ----------------- # | ||
pip install --extra-index-url=https://test.pypi.org/simple/ PennyLane-Lightning==0.40.0 | ||
pip install --extra-index-url=https://test.pypi.org/simple/ PennyLane-Lightning-Kokkos==0.40.0 | ||
pip install git+https://github.com/PennyLaneAI/[email protected] | ||
# -------------------------------------------------------------------- # | ||
|
||
# Install Catalyst wheel | ||
/usr/bin/python3 -m pip install /catalyst/dist/*.whl --extra-index-url https://test.pypi.org/simple | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters