Skip to content

Commit d2f9bc9

Browse files
committed
chore: update dependencies in pyproject.toml and uv.lock
- Added "setproctitle" as a direct dependency in pyproject.toml and uv.lock. - Removed "setproctitle" from the backend dependencies in both files. - Adjusted the requires-dist entry for "setproctitle" to remove the extra marker in uv.lock.
1 parent b220140 commit d2f9bc9

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ dependencies = [
1414
"polars>=1.26.0",
1515
"tblib>=3.0.0",
1616
"nest-asyncio>=1.6.0",
17+
"setproctitle>=1.3.6",
1718
]
1819

1920
[project.optional-dependencies]
@@ -30,7 +31,6 @@ backend = [
3031
"torchao==0.14.1",
3132
"accelerate==1.7.0",
3233
"awscli>=1.38.1",
33-
"setproctitle>=1.3.6",
3434
"setuptools>=78.1.0",
3535
"wandb==0.23.1",
3636
"transformers>=4.55.2,<=4.57.3",

src/art/preprocessing/tokenize.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
from itertools import takewhile
77
from typing import Any, Generator, cast
88

9-
import unsloth # noqa: F401 # Must import first to set UNSLOTH_IS_PRESENT env var
10-
119
import torch
1210
from PIL import Image
1311
from transformers.image_processing_utils import BaseImageProcessor

uv.lock

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

0 commit comments

Comments
 (0)