Update requirements.txt
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
@@ -9,8 +9,7 @@ spacy
|
|
9 |
https://huggingface.co/spacy/en_core_web_sm/resolve/main/en_core_web_sm-any-py3-none-any.whl
|
10 |
sense2vec
|
11 |
sentence-transformers
|
12 |
-
|
13 |
-
strsim
|
14 |
ipython-autotime
|
15 |
python-Levenshtein
|
16 |
git+https://github.com/luozhouyang/python-string-similarity
|
|
|
9 |
https://huggingface.co/spacy/en_core_web_sm/resolve/main/en_core_web_sm-any-py3-none-any.whl
|
10 |
sense2vec
|
11 |
sentence-transformers
|
12 |
+
strsim==0.0.3
|
|
|
13 |
ipython-autotime
|
14 |
python-Levenshtein
|
15 |
git+https://github.com/luozhouyang/python-string-similarity
|