Skip to content

Commit abf0a21

Browse files
committed
dep: relax lws requirement. latest v0.2 works
1 parent 4c691da commit abf0a21

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
@@ -84,7 +84,7 @@ def create_readme_rst():
8484
"inflect",
8585
"librosa",
8686
"numba",
87-
"lws <= 1.0",
87+
"lws",
8888
"nltk",
8989
],
9090
extras_require={

0 commit comments

Comments
 (0)