Skip to content

Commit df7f75d

Browse files
committed
feat: Add nest-asyncio as a dependency
- Included nest-asyncio version 1.6.0 in both pyproject.toml and uv.lock files to support asynchronous operations.
1 parent 991a176 commit df7f75d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ dependencies = [
1313
"tinker-cookbook>=0.1.0",
1414
"polars>=1.26.0",
1515
"tblib>=3.0.0",
16+
"nest-asyncio>=1.6.0",
1617
]
1718

1819
[project.optional-dependencies]
@@ -31,7 +32,6 @@ backend = [
3132
"accelerate==1.7.0",
3233
"awscli>=1.38.1",
3334
"setproctitle>=1.3.6",
34-
3535
"setuptools>=78.1.0",
3636
"wandb==0.22.1",
3737
"transformers>=4.55.2,<=4.57.3",

uv.lock

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

0 commit comments

Comments
 (0)