Skip to content

Commit fe68e5c

Browse files
committed
>= not =>
1 parent 025e99b commit fe68e5c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

setup.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
"""
2424

2525
requirements = [
26-
"dill => 0.3.0, <1",
27-
"marisa-trie => 0.7.5, <1",
28-
"nltk => 3.4.5, <4",
29-
"requests => 2.22.0, <3",
30-
"tinydb => 3.13.0, <4",
31-
"tqdm => 4.35.0, <5",
26+
"dill>=0.3.0,<1",
27+
"marisa-trie>=0.7.5,<1",
28+
"nltk>=3.4.5,<4",
29+
"requests>=2.22.0,<3",
30+
"tinydb>=3.13.0,<4",
31+
"tqdm>=4.35.0,<5",
3232
]
3333

3434
extras = {

0 commit comments

Comments
 (0)