Skip to content

Commit

Permalink
Added support for python 3.10 via cvxopt's version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
hadware committed Feb 12, 2022
1 parent 1cdeb49 commit 2008c60
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog
#########

Version 0.5.5 (2022-02-12) (@hadware)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

* Added support for Python 3.10
* Bumped cvxopt required version to 1.2.7

Version 0.5.4 (2021-11-29)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sortedcontainers>= 2.0.4
numpy>= 1.10.4
pyannote.core>=4.1
cvxpy>= 1.0.25
cvxopt== 1.2.6
cvxopt== 1.2.7
tqdm>= 4.46.0
numba>= 0.54.0
typing_extensions>= 3.7.4.3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
# package
packages=find_packages(),
install_requires=requirements,
version='0.5.4',
version='0.5.5',

# PyPI
name='pygamma-agreement',
Expand Down

0 comments on commit 2008c60

Please sign in to comment.