Skip to content

Commit 4a9714d

Browse files
authored
feat: bump torchmetrics to 1.9.0 and lightning-utilities to 0.15.3 (#256)
(compatibility setuptools 82.0)
1 parent 5e70c82 commit 4a9714d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.metwork-framework/components.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
| [jsonnet](https://jsonnet.org) | 0.21.0 | python3_ia |
2424
| [keras](https://pypi.org/project/keras) | 3.13.2 | python3_ia |
2525
| [libclang](https://github.com/sighingnow/libclang) | 18.1.1 | python3_ia |
26-
| [lightning-utilities](https://github.com/Lightning-AI/utilities) | 0.14.3 | python3_ia |
26+
| [lightning-utilities](https://github.com/Lightning-AI/utilities) | 0.15.3 | python3_ia |
2727
| [lightning](https://github.com/Lightning-AI/lightning) | 2.6.1 | python3_ia |
2828
| [lit](http://llvm.org) | 18.1.8 | python3_ia |
2929
| [marshmallow](https://pypi.org/project/marshmallow) | 3.26.2 | python3_ia |
@@ -72,7 +72,7 @@
7272
| [tokenizers](https://github.com/huggingface/tokenizers) | 0.21.1 | python3_ia |
7373
| [torch-geometric](https://pyg.org) | 2.7.0 | python3_ia |
7474
| [torch](https://pytorch.org) | 2.10.0 | python3_ia |
75-
| [torchmetrics](https://github.com/Lightning-AI/torchmetrics) | 1.7.1 | python3_ia |
75+
| [torchmetrics](https://github.com/Lightning-AI/torchmetrics) | 1.9.0 | python3_ia |
7676
| [torchvision](https://github.com/pytorch/vision) | 0.25.0 | python3_ia |
7777
| [transformers](https://github.com/huggingface/transformers) | 4.53.3 | python3_ia |
7878
| [triton](https://github.com/triton-lang/triton/) | 3.6.0 | python3_ia |

layers/layer5_python3_ia/0500_extra_packages/requirements3.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jsonnet==0.21.0
2222
keras==3.13.2
2323
libclang==18.1.1
2424
lightning==2.6.1
25-
lightning-utilities==0.14.3
25+
lightning-utilities==0.15.3
2626
lit==18.1.8
2727
marshmallow==3.26.2
2828
mfai==6.3.0
@@ -69,7 +69,7 @@ tiktoken==0.12.0
6969
timm==1.0.22
7070
tokenizers==0.21.1
7171
torch==2.10.0
72-
torchmetrics==1.7.1
72+
torchmetrics==1.9.0
7373
torchvision==0.25.0
7474
torch-geometric==2.7.0
7575
transformers==4.53.3

0 commit comments

Comments
 (0)