Skip to content

Commit 525a675

Browse files
committed
⬆️ chore: bump version to 0.2.1 and update dependencies
#3
1 parent 9d4b7e5 commit 525a675

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

pdm.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
[project]
22
name = "fast-langdetect"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "Quickly detect text language and segment language"
55
authors = [
66
{ name = "sudoskys", email = "coldlando@hotmail.com" },
77
]
88
dependencies = [
99
"fasttext-wheel>=0.9.2",
1010
"robust-downloader>=0.0.2",
11+
"numpy>=1.26.4,<2.0.0",
12+
"requests>=2.30.0",
1113
]
1214
requires-python = ">=3.9,<3.13"
1315
readme = "README.md"

0 commit comments

Comments
 (0)