Skip to content

Commit 4e6c3f4

Browse files
authored
Update requirements.txt (#31)
Signed-off-by: David Osipov <personal@david-osipov.vision>
1 parent 0a4d2c7 commit 4e6c3f4

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

requirements.txt

+8-5
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@ spacy==3.8.4
55
pyyaml==6.0.2
66
scikit-learn==1.6.1
77
psutil==7.0.0
8-
pyarrow>=6.0.0
9-
xxhash>=3.0.0
10-
scipy>=1.7.0
11-
cachetools>=5.0.0
8+
pyarrow==6.0.0
9+
xxhash==3.0.0
10+
scipy==1.7.0
11+
cachetools==5.0.0
1212
srsly==2.5.1
13-
rapidfuzz==3.12.2
13+
rapidfuzz==3.12.2
14+
tenacity==8.0.0
15+
pydantic==2.10,<3
16+
pybktree==1.0.3

0 commit comments

Comments
 (0)