mbhynes / skelo

An implementation of the Elo rating system with a sklearn interface.
Other
11 stars 1 forks source link

Rename sklearn dependency to scikit-learn in requirements.txt #7

Closed mbhynes closed 1 year ago

mbhynes commented 1 year ago

Summary

Issues

https://github.com/mbhynes/skelo/issues/6

Testing

Local Tests - pass

rm -r .venv
./dev up
./dev test

image

Test Package Upload

./dev package
./dev upload --test

image

View at: https://test.pypi.org/project/skelo/0.1.5/

Manual check on installation: image