Skip to content

Commit

Permalink
Force transformer requirement (#296)
Browse files Browse the repository at this point in the history
* Fix requirements

* Fix requirements

* Force transformers dependency
  • Loading branch information
sdatkinson authored Jul 27, 2023
1 parent 5245fd1 commit 06547c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion nam/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.7.1"
__version__ = "0.7.2"
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def get_additional_requirements():
"sounddevice",
"tensorboard",
"torch",
"transformers>=4", # Issue-294
"tqdm",
"wavio>=0.0.5", # Breaking change with older versions
]
Expand Down

0 comments on commit 06547c8

Please sign in to comment.