Skip to content

Commit e4c03ca

Browse files
Update setup.py
1 parent 2488603 commit e4c03ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
author_email='[email protected]',
1010
license='BSD-2',
1111
packages=find_packages(),
12-
install_requires=["numpy>=1.16", "scipy>=1.0", "tensorflow>=2.0", "scikit-learn>=0.2"],
12+
install_requires=["numpy>=1.16", "scipy>=1.0", "tensorflow>=2.0", "scikit-learn>=0.2", "cvxopt>=1.2"],
1313
zip_safe=False
1414
)

0 commit comments

Comments
 (0)