Skip to content

Commit 1e49b94

Browse files
committed
bump more reqs for proto buf min
1 parent c722ad6 commit 1e49b94

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ examples = [
5959
"evaluate>=0.3.0",
6060
"transformers>=4.26.0",
6161
"scikit-learn>=1.2.0",
62-
"sentencepiece>=0.2.0", # 0.2.0+ has pre-built wheels
63-
"tensorboardX>=2.2",
62+
"sentencepiece>=0.2.0",
63+
"tensorboardX>=2.5",
6464
"tabulate>=0.8.9",
6565
"psutil>=5.9.0",
6666
# Include CLI deps
@@ -98,7 +98,7 @@ all = [
9898
"transformers>=4.26.0",
9999
"scikit-learn>=1.2.0",
100100
"sentencepiece>=0.2.0",
101-
"tensorboardX>=2.2",
101+
"tensorboardX>=2.5",
102102
"tabulate>=0.8.9",
103103
"psutil>=5.9.0",
104104
# ipynb

requirements/ci/requirements-oldest.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,7 @@ six==1.17.0
563563
# nbval
564564
# python-dateutil
565565
# querystring-parser
566+
# tensorboardx
566567
smmap==5.0.2
567568
# via gitdb
568569
sqlalchemy==2.0.44
@@ -577,7 +578,7 @@ tabulate==0.8.9
577578
# via
578579
# finetuning-scheduler (pyproject.toml)
579580
# databricks-cli
580-
tensorboardx==2.2
581+
tensorboardx==2.5
581582
# via finetuning-scheduler (pyproject.toml)
582583
terminado==0.18.1
583584
# via notebook

requirements/ci/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file was autogenerated by uv via the following command:
2-
# uv pip compile /home/speediedan/repos/finetuning-scheduler/pyproject.toml --extra all --group dev --group test --output-file /tmp/tmp.OTwXT873SX --no-strip-extras --resolution highest --universal --python-version 3.10
2+
# uv pip compile /home/speediedan/repos/finetuning-scheduler/pyproject.toml --extra all --group dev --group test --output-file /tmp/tmp.wCfF6eMKZC --no-strip-extras --resolution highest --universal --python-version 3.10
33
aiohappyeyeballs==2.6.1
44
# via aiohttp
55
aiohttp==3.13.2

0 commit comments

Comments
 (0)