Skip to content

Commit

Permalink
Merge pull request #104 from antoinedemathelin/master
Browse files Browse the repository at this point in the history
Set tf version below 2.12 and cvxopt below 1.3.0
  • Loading branch information
antoinedemathelin committed Jun 17, 2023
2 parents dfc6fd4 + 1989794 commit 2b274f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ numpy
scipy
tensorflow < 2.12
scikit-learn
cvxopt
cvxopt <= 1.3.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
author_email='antoine.demat@gmail.com',
license='BSD-2',
packages=find_packages(exclude=["tests"]),
install_requires=["numpy>=1.16", "scipy>=1.0", "tensorflow>=2.0", "scikit-learn>=0.2", "cvxopt>=1.2"],
install_requires=["numpy>=1.16", "scipy>=1.0", "tensorflow<2.12", "scikit-learn>=0.2", "cvxopt<=1.3.0"],
zip_safe=False,
long_description=long_description,
long_description_content_type='text/markdown'
Expand Down

0 comments on commit 2b274f5

Please sign in to comment.