Skip to content

Commit e2f1bf3

Browse files
committed
Update setup.py
1 parent e48b610 commit e2f1bf3

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
@@ -33,7 +33,7 @@
3333

3434
setup(
3535
name='bayesml',
36-
version='0.1.0',
36+
version='0.2.0',
3737
packages=find_packages(),
3838
author='Yuta Nakahara et al.',
3939
author_email='yuta.nakahara@aoni.waseda.jp',
@@ -54,7 +54,7 @@
5454
],
5555
install_requires=['numpy >= 1.20',
5656
'scipy >= 1.7',
57-
'matplotlib >= 3.5'
58-
],
57+
'matplotlib >= 3.5',
58+
'scikit-learn >= 1.1'],
5959
python_requires='~=3.7',
6060
)

0 commit comments

Comments
 (0)