Skip to content

Commit 2b274f5

Browse files
Merge pull request #104 from antoinedemathelin/master
Set tf version below 2.12 and cvxopt below 1.3.0
2 parents dfc6fd4 + 1989794 commit 2b274f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ numpy
22
scipy
33
tensorflow < 2.12
44
scikit-learn
5-
cvxopt
5+
cvxopt <= 1.3.0

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
author_email='[email protected]',
1414
license='BSD-2',
1515
packages=find_packages(exclude=["tests"]),
16-
install_requires=["numpy>=1.16", "scipy>=1.0", "tensorflow>=2.0", "scikit-learn>=0.2", "cvxopt>=1.2"],
16+
install_requires=["numpy>=1.16", "scipy>=1.0", "tensorflow<2.12", "scikit-learn>=0.2", "cvxopt<=1.3.0"],
1717
zip_safe=False,
1818
long_description=long_description,
1919
long_description_content_type='text/markdown'

0 commit comments

Comments
 (0)