Skip to content

Commit 4e55a45

Browse files
committed
Fix PYSEC-2023-102 vulnerability
The SciPy dependency allows for installation of PYSEC-2023-102 vulnerability. This is fixed after 1.11.1. - https://nvd.nist.gov/vuln/detail/CVE-2023-25399 - https://vulners.com/osv/OSV:PYSEC-2023-102
1 parent 5bb08ef commit 4e55a45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ install_requires =
1515
click >=8.0, <9.0
1616
qlink-interface >=1.0, <2.0
1717
numpy >=1.22
18-
scipy >=1.8
18+
scipy >=1.11.1
1919
pyyaml >=6.0, <7.0
2020

2121
[options.extras_require]
@@ -31,4 +31,4 @@ squidasm =
3131

3232
[options.entry_points]
3333
console_scripts =
34-
netqasm = netqasm.runtime.cli:cli
34+
netqasm = netqasm.runtime.cli:cli

0 commit comments

Comments
 (0)