Skip to content

Commit 21adf46

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 21adf46

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.cfg

+3-2
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,5 @@ squidasm =
3131

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

0 commit comments

Comments
 (0)