Skip to content

Commit

Permalink
Use scipy<1.9.0 to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
r9y9 committed Jul 31, 2022
1 parent e347ba0 commit e7af239
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
include_package_data=True,
install_requires=[
"numpy",
"scipy<1.9.0",
"cython",
"torch >= 1.6.0",
"torchaudio",
Expand Down

0 comments on commit e7af239

Please sign in to comment.