Skip to content

Commit a95f2d0

Browse files
committed
Fix build error linked to pyproject.toml
1 parent bcb2115 commit a95f2d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dynamic = ["version"]
3131
dependencies = [
3232
'matplotlib >= 2.2.3',
3333
'networkx >= 2',
34-
'numpy >= 1.17', # Mainly for Qiskit
34+
'numpy >= 1.17',
3535
'requests',
3636
'scipy'
3737
]

0 commit comments

Comments
 (0)