Skip to content

Commit

Permalink
Changed sklearn -> scikit-learn in requirements etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-rodriguez committed Apr 7, 2024
1 parent 1ce1e27 commit 0eecdca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ rinohtype
py-cpuinfo
pytest
graphviz
sklearn
scikit-learn
colorama
pyperf
matplotlib
seaborn==0.11.2
KDEpy
dtreeviz
scipy
setuptools_scm
setuptools_scm
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ install_requires =
py-cpuinfo
colorama
tqdm
sklearn
scikit-learn
pandas
numpy
pyyaml
Expand All @@ -53,4 +53,4 @@ console_scripts =
marta_analyzer = marta.analyzer.cli:cli

[tool:pytest]
testpaths = tests/
testpaths = tests/

0 comments on commit 0eecdca

Please sign in to comment.