Skip to content

Commit

Permalink
Fix PYSEC-2023-102 vulnerability
Browse files Browse the repository at this point in the history
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
  • Loading branch information
qraa committed Jul 25, 2023
1 parent 5bb08ef commit 4e55a45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ install_requires =
click >=8.0, <9.0
qlink-interface >=1.0, <2.0
numpy >=1.22
scipy >=1.8
scipy >=1.11.1
pyyaml >=6.0, <7.0

[options.extras_require]
Expand All @@ -31,4 +31,4 @@ squidasm =

[options.entry_points]
console_scripts =
netqasm = netqasm.runtime.cli:cli
netqasm = netqasm.runtime.cli:cli

0 comments on commit 4e55a45

Please sign in to comment.