Skip to content

Commit 18abfa5

Browse files
committed
fix: 9_Deep_Learning/requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-KERAS-13743411 - https://snyk.io/vuln/SNYK-PYTHON-KERAS-13786416
1 parent 353801d commit 18abfa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

9_Deep_Learning/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
matplotlib==3.2.1
22
pandas==1.0.3
33
numpy==1.18.4
4-
keras==2.4.3
4+
keras==3.12.0
55
scikit_learn==0.23.2

0 commit comments

Comments
 (0)