Skip to content

Commit 034bec2

Browse files
authored
Fix build error linked to pyproject.toml
1 parent fdeef63 commit 034bec2

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)