File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -563,6 +563,7 @@ six==1.17.0
563563 # nbval
564564 # python-dateutil
565565 # querystring-parser
566+ # tensorboardx
566567smmap==5.0.2
567568 # via gitdb
568569sqlalchemy==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)
582583terminado==0.18.1
583584 # via notebook
Original file line number Diff line number Diff line change 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
33aiohappyeyeballs == 2.6.1
44 # via aiohttp
55aiohttp == 3.13.2
You can’t perform that action at this time.
0 commit comments