Skip to content

Commit db53c7a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 82a1477 commit db53c7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ classifiers = [
99
"Programming Language :: Python :: 3.14",
1010
]
1111
dependencies = [
12-
"qiskit>=1.0.0",
13-
"qiskit-aer>=0.13.0",
1412
"beautifulsoup4>=4.12.3",
1513
"cython>=3.1.2",
1614
"fake-useragent>=1.5.1",
@@ -23,6 +21,8 @@ dependencies = [
2321
"opencv-python>=4.10.0.84",
2422
"pandas>=2.2.3",
2523
"pillow>=11.3",
24+
"qiskit>=1",
25+
"qiskit-aer>=0.13",
2626
"rich>=13.9.4",
2727
"scikit-learn>=1.5.2",
2828
"scipy>=1.16.2",

0 commit comments

Comments
 (0)