Skip to content

Commit 3b57fa7

Browse files
upadte packages, release
1 parent cdb3f57 commit 3b57fa7

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed

requirements.txt

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,49 @@
1-
albumentations==1.4.21
2-
datasets[vision]~=3.1.0
1+
albumentations==1.4.23
2+
datasets[vision]~=3.2.0
33
evaluate==0.4.3
44
ipadic==1.0.0
55
jiwer==3.0.5
66
joblib==1.4.2
7-
loguru==0.7.2
7+
loguru==0.7.3
88
pandas==2.2.3
99
nltk==3.9.1
10-
optuna==4.0.0
10+
optuna==4.1.0
1111
Pillow==11.0.0
1212
sacremoses==0.1.1
13-
scikit-learn==1.5.2
13+
scikit-learn==1.6.0
1414
sentencepiece==0.2.0
15-
tqdm==4.67.0
16-
werkzeug==3.1.2
17-
xgboost==2.1.2
18-
huggingface_hub==0.26.2
15+
tqdm==4.67.1
16+
werkzeug==3.1.3
17+
xgboost==2.1.3
18+
huggingface_hub==0.27.0
1919
requests==2.32.3
2020
einops==0.8.0
21-
packaging==24.1
22-
cryptography==43.0.3
21+
packaging==24.2
22+
cryptography==44.0.0
2323
nvitop==1.3.2
2424
# latest versions
25-
tensorboard==2.16.2
26-
peft==0.13.2
27-
trl==0.12.0
28-
tiktoken==0.6.0
29-
transformers==4.46.2
30-
accelerate==1.1.1
31-
bitsandbytes==0.44.1
25+
tensorboard==2.18.0
26+
peft==0.14.0
27+
trl==0.13.0
28+
tiktoken==0.8.0
29+
transformers==4.47.1
30+
accelerate==1.2.1
31+
bitsandbytes==0.45.0
3232
# extras
3333
rouge_score==0.1.2
3434
py7zr==0.22.0
35-
fastapi==0.115.4
36-
uvicorn==0.32.0
37-
python-multipart==0.0.17
38-
pydantic==2.9.2
35+
fastapi==0.115.6
36+
uvicorn==0.34.0
37+
python-multipart==0.0.20
38+
pydantic==2.10.4
3939
hf-transfer
4040
pyngrok==7.2.1
41-
authlib==1.3.2
41+
authlib==1.4.0
4242
itsdangerous==2.2.0
4343
seqeval==1.2.2
44-
httpx==0.27.2
44+
httpx==0.28.1
4545
pyyaml==6.0.2
46-
timm==1.0.11
47-
torchmetrics==1.5.1
46+
timm==1.0.12
47+
torchmetrics==1.6.0
4848
pycocotools==2.0.8
49-
sentence-transformers==3.2.1
49+
sentence-transformers==3.3.1

src/autotrain/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
warnings.filterwarnings("ignore", category=UserWarning, module="huggingface_hub")
4646

4747
logger = Logger().get_logger()
48-
__version__ = "0.8.34.dev0"
48+
__version__ = "0.8.34"
4949

5050

5151
def is_colab():

0 commit comments

Comments
 (0)