Skip to content

Commit

Permalink
[install] Pin pytorch-optimizer version to support RAdam (#568)
Browse files Browse the repository at this point in the history
In jettify/pytorch-optimizer#377 the RAdam optimizer was removed from
pytorch-optimizer, it's still used in asteroid though.
  • Loading branch information
ben-freist authored Oct 28, 2021
1 parent 9d59ecb commit d21a188
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ pytorch-lightning>=1.0.1
torchaudio>=0.8.0
pb_bss_eval>=0.0.2
torch_stoi>=0.0.1
torch_optimizer>=0.0.1a12
torch_optimizer>=0.0.1a12,<0.2.0
julius
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def find_version(*file_paths):
"torchaudio>=0.5.0",
"pb_bss_eval>=0.0.2",
"torch_stoi>=0.1.2",
"torch_optimizer>=0.0.1a12",
"torch_optimizer>=0.0.1a12,<0.2.0",
"julius",
],
entry_points={
Expand Down

0 comments on commit d21a188

Please sign in to comment.