Skip to content

Commit

Permalink
[install] Remove torchmetrics version limit
Browse files Browse the repository at this point in the history
  • Loading branch information
mpariente committed Jun 29, 2022
1 parent 9681532 commit c72227e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion requirements/install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ pb_bss_eval>=0.0.2
torch_stoi>=0.0.1
torch_optimizer>=0.0.1a12,<0.2.0
julius
torchmetrics<0.8.0
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ def find_version(*file_paths):
"torch_stoi>=0.1.2",
"torch_optimizer>=0.0.1a12,<0.2.0",
"julius",
"torchmetrics<0.8.0",
],
entry_points={
"console_scripts": [
Expand Down

0 comments on commit c72227e

Please sign in to comment.