Skip to content

Commit 57b3af3

Browse files
authored
Allow newer versions of the Morfessor module for the tests (#2952)
The tests that use Morfessor also pass with version 2.0.6, which is the latest version at this time.
1 parent 3b36c8a commit 57b3af3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ def run(self):
272272
'mock',
273273
'cython',
274274
'testfixtures',
275-
'Morfessor==2.0.2a4',
275+
'Morfessor>=2.0.2a4',
276276
]
277277

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

0 commit comments

Comments
 (0)