Skip to content

Commit 26a35bc

Browse files
authored
Update setup.py
1 parent 871d2af commit 26a35bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
'url':'https://github.com/afarahi/kllr',
4646
'license': 'MIT',
4747
'keywords': ['linear', 'regression', 'astronomy', 'astrophysics', 'parameter estimation'],
48-
'install_requires': ['numpy', 'scipy', 'matplotlib', 'pandas', 'sklearn', 'tqdm'],
48+
'install_requires': ['numpy', 'scipy', 'matplotlib', 'pandas', 'scikit-learn', 'tqdm'],
4949
'packages': find_packages(),
5050
'test_suite': 'tests',
5151
'python_modules': 'kllr',

0 commit comments

Comments
 (0)