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

Vulnerabilities in requirements #25

Closed pssachdeva closed 3 years ago

pssachdeva commented 3 years ago

The dependabot is raising various issues with the requirements.txt file. Overall, it's too complicated - there should only be a few packages in this file: numpy, matplotlib, pandas, scipy, scikit-learn, and tpot.

It will probably be easiest just to remake this file.