Skip to content

Commit 5810ab8

Browse files
2 parents 11dcea0 + e4c03ca commit 5810ab8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ numpy
22
scipy
33
tensorflow >= 2.0
44
scikit-learn
5+
cvxopt

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)