Skip to content

Commit d3b94e3

Browse files
authored
chore: update requirements*.txt (#673)
1 parent 6d6cd2f commit d3b94e3

File tree

4 files changed

+55
-14
lines changed

4 files changed

+55
-14
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,7 @@ jobs:
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

requirements-ci.txt

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
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

requirements-dev.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
-r requirements-ci.txt
2+
13
pre-commit
2-
pytest
34
pylint
45
black
56
isort

requirements.txt

Lines changed: 46 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,46 @@
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

0 commit comments

Comments
 (0)