Skip to content

Commit

Permalink
Updating SciPy version due to vulnerability
Browse files Browse the repository at this point in the history
Summary: SciPy memory leak ID'd and fixed in versions >1.10.0 (https://nvd.nist.gov/vuln/detail/CVE-2023-25399?fbclid=IwAR2URp1dD7ZGRVdVxHpXHtMXYvG-FTGZjtFPAVHoB8pXiJOpfKKeJ0RY0II). Updating requirements.txt to safe version

Differential Revision: D52964241

fbshipit-source-id: e06ea99325cff954733b409915a9efde568e768b
  • Loading branch information
proof-by-accident authored and facebook-github-bot committed Jan 23, 2024
1 parent c658a94 commit f6eb8d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pandas>=1.0.4,<=1.3.5
packaging<22
python-dateutil>=2.8.0
scikit-learn>=0.24.2
scipy<1.8.0
scipy>=1.10.0
seaborn>=0.11.1
setuptools-git>=1.2
statsmodels==0.12.2
Expand Down

0 comments on commit f6eb8d9

Please sign in to comment.