Skip to content

Commit 88d89a0

Browse files
authored
Merge pull request #7701 from elizaOS/dependabot/pip/dot-tmp-gorilla/berkeley-function-call-leaderboard/pip-2d7edc0be5
chore(deps): bump the pip group across 4 directories with 9 updates
2 parents 179e58e + e42bdf3 commit 88d89a0

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

packages/benchmarks/terminal-bench/tasks/modernize-scientific-stack/climate_analyzer/requirements_old.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Legacy Python 2.7 requirements - BROKEN on modern systems
2-
numpy==1.14.5
2+
numpy==2.4.4
33
scipy==1.1.0
44
pandas==0.23.4
55
matplotlib==2.2.3

packages/benchmarks/terminal-bench/tasks/simple-sheets-put/api/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ sqlalchemy==2.0.23
44
psycopg2-binary==2.9.9
55
pydantic==2.5.2
66
alembic==1.12.1
7-
python-dotenv==1.0.0
7+
python-dotenv==1.2.2
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
beautifulsoup4==4.11.1
22
cleantext==1.1.4
33
env==0.1.0
4-
Flask==2.1.2
4+
Flask==3.1.3
55
gdown
66
gradio
77
gym==0.24.0
8-
numpy==1.22.4
8+
numpy==2.4.4
99
pandas==1.4.2
1010
pyserini==0.17.0
1111
pytest
1212
PyYAML==6.0
1313
rank_bm25==0.2.2
14-
requests==2.27.1
14+
requests==2.33.0
1515
requests_mock
1616
rich==12.4.4
17-
scikit_learn==1.1.1
17+
scikit_learn==1.5.0
1818
selenium==4.2.0
1919
spacy==3.3.0
2020
thefuzz==0.19.0
21-
torch==1.11.0
22-
tqdm==4.64.0
21+
torch==2.8.0
22+
tqdm==4.66.3
2323
train==0.0.5
24-
transformers==4.19.2
24+
transformers==5.0.0rc3

packages/training/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ train = [
3838
# resolves to (torch 2.11+cu130 in practice) when --extra serve is
3939
# also selected (smoke), and 2.10+cu126 when train is alone (Vast
4040
# SFT path). Both wheels run on Vast Blackwell driver 570.x.
41-
"torch>=2.5.0,<2.12",
41+
"torch>=2.5.0,<2.13",
4242
"transformers>=4.46.0",
4343
"accelerate>=1.1.0",
4444
"peft>=0.14.0",

0 commit comments

Comments
 (0)