Skip to content

Commit

Permalink
Replace sklearn with scikit-learn
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Jun 24, 2021
1 parent 1e4f8ba commit 1354e8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ pytest-cov
pytest-flake8
pytest-benchmark
pytest-benchmark[histogram]
scikit-learn
simplejson
sklearn
sqlalchemy
ujson
yajl; sys_platform != 'win32' and python_version < '3.0'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ testing =
numpy
pandas
pymongo
sklearn
scikit-learn
sqlalchemy

testing.libs =
Expand Down

0 comments on commit 1354e8d

Please sign in to comment.