Team-fastML / fastML

A Python package built on sklearn for running a series of classification Algorithms in a faster and easier way.
https://pypi.org/project/fastML/
MIT License
50 stars 23 forks source link

Requirements.txt has bad format #2

Closed SergioSV96 closed 4 years ago

SergioSV96 commented 4 years ago

Is your feature request related to a problem? Please describe.

Describe the solution you'd like Add supported versions to requirements.txt with pip freeze > requirements.txt

Describe alternatives you've considered None.

Additional context requirements.txt should look like this: urllib3==1.25.3 requests==2.22.0