Skip to content

Commit

Permalink
Update torchmetrics from 0.11.4 to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andreeaiana committed Mar 18, 2024
1 parent f3ef4d4 commit 2ae8f44
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies:
- sphinx=5.*
- tokenizers=0.*
- torchaudio=2.*
- torchmetrics=0.*
- torchmetrics=1.*
- tqdm=4.*
- transformers=4.*
- wandb=0.*
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tokenizers==0.13.2
torch==2.0.1
torchaudio==2.0.2
torch-geometric==2.3.0
torchmetrics==0.11.4
torchmetrics==1.3.1
torchvision==0.15.2
tqdm==4.65.0
transformers==4.36.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"seaborn==0.12.2",
"sphinx==5.0.2",
"tokenizers==0.13.2",
"torchmetrics==0.11.4",
"torchmetrics==1.3.1",
"tqdm==4.65.0",
"transformers==4.36.0",
"wandb==0.15.3",
Expand Down

0 comments on commit 2ae8f44

Please sign in to comment.