Skip to content

Commit

Permalink
Bump version of transformers dependency (Azure-Samples#261)
Browse files Browse the repository at this point in the history
The CI build fails for dependabot as there are separate pr's for the
multiple places this is defined
  • Loading branch information
adamdougal authored Feb 1, 2024
1 parent 5e462a0 commit cd291d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ matplotlib==3.8.2
plotly==5.18.0
scipy==1.12.0
scikit-learn==1.4.0
transformers==4.37.1
transformers==4.37.2
python-dotenv==1.0.1
azure-ai-formrecognizer==3.3.2
azure-storage-blob==12.19.0
Expand Down
2 changes: 1 addition & 1 deletion extensions/backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ matplotlib==3.8.2
plotly==5.18.0
scipy==1.12.0
scikit-learn==1.4.0
transformers==4.37.1
transformers==4.37.2
python-dotenv==1.0.1
azure-ai-formrecognizer==3.3.2
azure-storage-blob==12.19.0
Expand Down

0 comments on commit cd291d9

Please sign in to comment.