Skip to content

Commit 75e8369

Browse files
changed sklearn to scikit-learn, adjusted authors
1 parent 93992f1 commit 75e8369

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
long_description=README,
1717
long_description_content_type="text/markdown",
1818
url='https://github.com/biomedbigdata/DysRegNet_package',
19-
author='Zakaria Louadi, olga lazareva',
20-
19+
author='Zakaria Louadi, Olga Lazareva, Johannes Kersting',
20+
2121
license='GPLv3',
2222
classifiers=[
2323
"Programming Language :: Python :: 3",
@@ -36,7 +36,7 @@
3636
'scipy',
3737
'statsmodels',
3838
'tqdm',
39-
'sklearn',
39+
'scikit-learn',
4040

4141
],
4242

0 commit comments

Comments
 (0)