Skip to content

Commit

Permalink
Set max DAWG2 version lower then 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
insolor committed Sep 14, 2023
1 parent 08345fe commit a1eb7b3
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 @@ -31,7 +31,7 @@ def get_version():

extras_require = {'fast': []}
if is_cpython:
extras_require['fast'].append("DAWG2 >= 0.9.0")
extras_require['fast'].append("DAWG2 >= 0.9.0, < 1.0.0")

setup(
name='pymorphy2',
Expand Down

0 comments on commit a1eb7b3

Please sign in to comment.