File tree Expand file tree Collapse file tree 4 files changed +55
-14
lines changed
Expand file tree Collapse file tree 4 files changed +55
-14
lines changed Original file line number Diff line number Diff line change 2929 - name : Install dependencies
3030 run : |
3131 python -m pip install --upgrade pip setuptools>=75.8.1
32- pip install setuptools
33- pip install git+https://github.com/PennyLaneAI/pennylane.git
3432 pip install -r requirements-ci.txt
35- pip install wheel pytest pytest-cov pytest-mock flaky --upgrade
3633 pip freeze
3734
3835 - name : Install Plugin
Original file line number Diff line number Diff line change 1- pennylane>=0.43.0
2- qiskit>=2.0.0,<=2.2.2
3- qiskit-aer~=0.17.2
4- qiskit-ibm-runtime~=0.43.0
5- sympy~=1.14.0
1+ wheel
2+ pytest
3+ pytest-cov
4+ pytest-mock
5+ flaky
6+
7+ git+https://github.com/PennyLaneAI/pennylane.git
Original file line number Diff line number Diff line change 1+ -r requirements-ci.txt
2+
13pre-commit
2- pytest
34pylint
45black
56isort
Original file line number Diff line number Diff line change 1- pennylane >= 0.43.0
2- qiskit >= 2.0.0 ,<= 2.2.2
3- qiskit-aer ~= 0.17.2
4- qiskit-ibm-runtime ~= 0.43.0
5- sympy ~= 1.14.0
1+ annotated-types == 0.7.0
2+ appdirs == 1.4.4
3+ astunparse == 1.6.3
4+ autograd == 1.8.0
5+ autoray == 0.8.0
6+ cachetools == 6.2.1
7+ certifi == 2025.10.5
8+ cffi == 2.0.0
9+ charset-normalizer == 3.4.4
10+ cryptography == 46.0.3
11+ diastatic-malt == 2.15.2
12+ dill == 0.4.0
13+ gast == 0.6.0
14+ ibm-cloud-sdk-core == 3.24.2
15+ ibm-platform-services == 0.71.0
16+ idna == 3.11
17+ mpmath == 1.3.0
18+ networkx == 3.5
19+ numpy == 2.3.4
20+ packaging == 25.0
21+ pennylane == 0.43.0
22+ pennylane-lightning == 0.43.0
23+ psutil == 7.1.3
24+ pycparser == 2.23
25+ pydantic == 2.12.3
26+ pydantic-core == 2.41.4
27+ pyjwt == 2.10.1
28+ pyspnego == 0.12.0
29+ python-dateutil == 2.9.0.post0
30+ qiskit == 2.2.2
31+ qiskit-aer == 0.17.2
32+ qiskit-ibm-runtime == 0.43.1
33+ requests == 2.32.5
34+ requests-ntlm == 1.3.0
35+ rustworkx == 0.17.1
36+ scipy == 1.16.3
37+ scipy-openblas32 == 0.3.30.0.7
38+ six == 1.17.0
39+ stevedore == 5.5.0
40+ sympy == 1.14.0
41+ termcolor == 3.2.0
42+ tomlkit == 0.13.3
43+ typing-extensions == 4.15.0
44+ typing-inspection == 0.4.2
45+ urllib3 == 2.5.0
46+ wheel == 0.45.1
You can’t perform that action at this time.
0 commit comments