Skip to content

Commit

Permalink
Allow newer versions of the Morfessor module for the tests (#2952)
Browse files Browse the repository at this point in the history
The tests that use Morfessor also pass with version 2.0.6,
which is the latest version at this time.
  • Loading branch information
pabs3 authored Jun 1, 2021
1 parent 3b36c8a commit 57b3af3
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 @@ -272,7 +272,7 @@ def run(self):
'mock',
'cython',
'testfixtures',
'Morfessor==2.0.2a4',
'Morfessor>=2.0.2a4',
]

if not (sys.platform.lower().startswith("win") and sys.version_info[:2] >= (3, 9)):
Expand Down

0 comments on commit 57b3af3

Please sign in to comment.