Skip to content

Commit

Permalink
bump transformers version
Browse files Browse the repository at this point in the history
  • Loading branch information
deadbits committed Dec 29, 2023
1 parent 945bf57 commit 1e37c08
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,5 +1,5 @@
openai==1.0.0
transformers==4.30.0
transformers==4.36.0
pydantic==1.10.7
Flask==3.0.0
yara-python==4.3.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
packages=find_packages(),
install_requires=[
'openai==1.0.0',
'transformers==4.30.0',
'transformers==4.36.0',
'pydantic==1.10.7',
'Flask==3.0.0',
'yara-python==4.3.1',
Expand Down

0 comments on commit 1e37c08

Please sign in to comment.