We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b67e5c6 + db53c7a commit d9f0915Copy full SHA for d9f0915
pyproject.toml
@@ -9,8 +9,6 @@ classifiers = [
9
"Programming Language :: Python :: 3.14",
10
]
11
dependencies = [
12
- "qiskit>=1.0.0",
13
- "qiskit-aer>=0.13.0",
14
"beautifulsoup4>=4.12.3",
15
"cython>=3.1.2",
16
"fake-useragent>=1.5.1",
@@ -23,6 +21,8 @@ dependencies = [
23
21
"opencv-python>=4.10.0.84",
24
22
"pandas>=2.2.3",
25
"pillow>=11.3",
+ "qiskit>=1",
+ "qiskit-aer>=0.13",
26
"rich>=13.9.4",
27
"scikit-learn>=1.5.2",
28
"scipy>=1.16.2",
0 commit comments