Skip to content

Commit

Permalink
set python<=3.10 version for CVXOPT in reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
fit-alessandro-berti committed Sep 8, 2021
1 parent 874d26b commit 5011417
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
@@ -1,6 +1,6 @@
backcall
colorama
cvxopt
cvxopt; python_version < "3.10"
cycler
decorator
deprecation
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def read_file(filename):
license='GPL 3.0',
install_requires=[
'ciso8601; python_version < \'3.7\'',
'cvxopt',
'cvxopt; python_version < \'3.10\'',
'deprecation',
'graphviz',
'intervaltree',
Expand Down

0 comments on commit 5011417

Please sign in to comment.