Skip to content

Commit

Permalink
Add correct dependencies. scikit-learn
Browse files Browse the repository at this point in the history
  • Loading branch information
Knucklessg1 committed Nov 27, 2022
1 parent a2ff7f8 commit d60b1fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sklearn
scikit-learn
pandas
matplotlib
pandas_profiling
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
license='Unlicense',
packages=['report_manager'],
include_package_data=True,
install_requires=['sklearn', 'pandas', 'matplotlib', 'pandas_profiling', 'scipy', 'numpy'],
install_requires=['scikit-learn', 'pandas', 'matplotlib', 'pandas_profiling', 'scipy', 'numpy'],
py_modules=['report_manager'],
package_data={'report_manager': ['report_manager']},
classifiers=[
Expand Down

0 comments on commit d60b1fe

Please sign in to comment.