diff --git a/setup.py b/setup.py index 30ac5e3..48aa00f 100644 --- a/setup.py +++ b/setup.py @@ -7,9 +7,9 @@ packages=setuptools.find_packages(), description="Load CATMA annotations from their Git data", url="https://github.com/forTEXT/gitma", - python_requires="==3.9.*", + python_requires=">3.9", install_requires=[ - "cvxopt==1.2.7", + "cvxopt", "jupyter", "networkx", "nltk",