Skip to content

Commit

Permalink
ensuring compatibility with hmmlearn 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
plison committed Sep 19, 2023
1 parent 72ea0e6 commit 7932a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
description="Software toolkit for weak supervision in NLP",
license='LICENSE.txt',
packages=['skweak'],
python_requires=">=3.6",
python_requires=">=3.7.4",
install_requires=["spacy>=3.0","hmmlearn>=0.3.0", "pandas>=0.23", "numpy>=1.18"],
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 7932a13

Please sign in to comment.