Skip to content

Commit

Permalink
Merge pull request ASUS-AICS#386 from ntumlgroup/dependency
Browse files Browse the repository at this point in the history
Fix Autotest: Set Pytorch <=2.3 to resolve torchtext dependency issue
  • Loading branch information
Eleven1Liu authored Aug 22, 2024
2 parents eb711ba + 849a8eb commit 91e6a4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion requirements_nn.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
nltk
# wait for https://github.com/Lightning-AI/pytorch-lightning/pull/19191
lightning==2.0.9
torch
# https://github.com/pytorch/text/releases
torch<=2.3
torchmetrics==0.10.3
torchtext
transformers
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = libmultilabel
version = 0.7.0
version = 0.7.1
author = LibMultiLabel Team
license = MIT License
license_file = LICENSE
Expand Down Expand Up @@ -39,7 +39,7 @@ python_requires = >=3.8
nn =
lightning==2.0.9
nltk
torch
torch<=2.3
torchmetrics==0.10.3
torchtext
transformers
Expand Down

0 comments on commit 91e6a4a

Please sign in to comment.