Skip to content

Commit 0012efd

Browse files
committed
Refacto of requirements, repo structure and fixes local tests backend names.
1 parent 81707cd commit 0012efd

File tree

4 files changed

+5
-27
lines changed

4 files changed

+5
-27
lines changed

requirements.txt

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,2 @@
1-
appdirs==1.4.4
2-
astunparse==1.6.3
3-
autograd==1.8.0
4-
autoray==0.8.0
5-
cachetools==6.2.1
6-
certifi==2025.10.5
7-
charset-normalizer==3.4.4
8-
diastatic-malt==2.15.2
9-
gast==0.6.0
10-
idna==3.11
11-
networkx==3.5
12-
numpy==2.3.4
13-
packaging==25.0
14-
pennylane==0.43.0
15-
pennylane_lightning==0.43.0
16-
requests==2.32.5
17-
rustworkx==0.17.1
18-
six==1.17.0
19-
termcolor==3.2.0
20-
tenacity==9.1.2
21-
tomlkit==0.13.3
22-
typing_extensions==4.15.0
23-
urllib3==2.5.0
24-
wheel==0.45.1
1+
pennylane
2+
tenacity

tests/test_scaleway_devices.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626

2727
if SCW_SECRET_KEY in ["fake-token", ""]:
2828
TEST_CASES = [
29-
("scaleway.aer", "aer_simulation_local"),
30-
("scaleway.aqt", "aqt_ibex_simulation_local"),
31-
# ("scaleway.aqt", "aqt_ibex_simulation"),
29+
("scaleway.aer", "EMU-AER-LOCAL"),
30+
("scaleway.aqt", "EMU-IBEX-12PQ-LOCAL"),
31+
# ("scaleway.aqt", "EMU-IBEX-12PQ"),
3232
]
3333
else:
3434
TEST_CASES = [

0 commit comments

Comments
 (0)