Skip to content

Commit

Permalink
Merge pull request #85 from unitaryai/dependabot/pip/transformers-4.30.0
Browse files Browse the repository at this point in the history
Bump transformers from 4.22.1 to 4.30.0
  • Loading branch information
laurahanu authored Aug 23, 2023
2 parents db8ad45 + ccf5d58 commit c9ffbac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pytorch-lightning > 1.5.0, < 2.0.0
torch >= 1.10.0
transformers == 4.22.1
transformers == 4.30.0
kaggle >= 1.5.8
pandas >= 1.1.2
scikit-learn >= 0.23.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
author_email="[email protected]",
url="https://github.com/unitaryai/detoxify",
install_requires=[
"transformers == 4.22.1", # pin to this version due to #75
"transformers == 4.30.0",
"torch >= 1.7.0",
"sentencepiece >= 0.1.94",
],
Expand Down

0 comments on commit c9ffbac

Please sign in to comment.