dlab-berkeley / Python-Machine-Learning

D-Lab's 6 hour introduction to machine learning in Python. Learn how to perform classification, regression, clustering, and do model selection using scikit-learn in Python.
Other
80 stars 68 forks source link

Fix vulnerabilities in requirements.txt #26

Closed pssachdeva closed 3 years ago

pssachdeva commented 3 years ago

Shrinks down the requirements.txt to avoid the vulnerability issues raised by dependabot. Furthermore, drastically reduces the number of packages needed, making it simpler for install. Closes #25.