Skip to content

Commit

Permalink
fix: requirements.txt to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-SCIKITLEARN-7217830
  • Loading branch information
snyk-bot committed Jun 8, 2024
1 parent 6a361d3 commit b7e8da9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ pandas>=1.0, <2.0
pathos>=0.2.7
pgmpy>=0.1.14, <0.1.20
pyvis>=0.3.2
scikit-learn>=0.22.0, !=0.22.2.post1, !=0.24.1; python_version < '3.9'
scikit-learn>=0.24.0, !=0.24.1; python_version == '3.9'
scikit-learn>=0.25.0; python_version == '3.10'
scikit-learn>=1.5.0, !=0.22.2.post1, !=0.24.1; python_version < '3.9'
scikit-learn>=1.5.0, !=0.24.1; python_version == '3.9'
scikit-learn>=1.5.0; python_version == '3.10'
scipy>=1.7
setuptools>=65.5.1
torch>=1.7
Expand Down

0 comments on commit b7e8da9

Please sign in to comment.