Skip to content

Commit 0fa7c77

Browse files
committed
chore(libommon): properly define anyio dependency
1 parent 93c7e17 commit 0fa7c77

File tree

3 files changed

+82
-18
lines changed

3 files changed

+82
-18
lines changed

libs/libcommon/poetry.lock

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

libs/libviewer/poetry.lock

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

libs/libviewer/pyproject.toml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ version = "0.1.0"
66
license = "Apache-2.0"
77

88
[tool.poetry.dependencies]
9+
anyio = ">=3.4.0,<5"
910
python = "3.12.11"
1011
click = "8.1.8"
11-
pyarrow = "15.0.2"
12-
anyio = ">=3.4.0,<5"
12+
pyarrow = "^21.0.0"
1313
huggingface-hub = {version = "^0.31.0", extras = ["hf-transfer"]}
1414

1515
[tool.poetry.group.dev.dependencies]
@@ -31,11 +31,6 @@ classifiers = [
3131
"Programming Language :: Python :: Implementation :: PyPy",
3232
]
3333
dynamic = ["version"]
34-
dependencies = [
35-
"click",
36-
"pyarrow",
37-
"huggingface_hub"
38-
]
3934

4035
[project.scripts]
4136
dv = "libviewer.cli:cli"

0 commit comments

Comments
 (0)