Skip to content

Commit

Permalink
[CodeBuild] updated transformers
Browse files Browse the repository at this point in the history
  • Loading branch information
MarleneKress79789 committed Dec 21, 2023
1 parent 462605a commit 02ef598
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 26 deletions.
3 changes: 2 additions & 1 deletion doc/changes/changes_0.8.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ T.B.D
- n/a

### Security
- Update paramiko version to 3.4.0
- Update paramiko version to 3.4.0
- Updated transformers to 4.36.2
48 changes: 24 additions & 24 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ keywords = ['exasol']
python = "^3.8.0"
pandas = ">=1.4.2,<2.0.0"
torch = { version="2.0.1+cpu", source = "torch"} # we use cpu version until GPUs are supported from Exasol
transformers = {extras = ["torch"], version = "^4.31.0"}
transformers = {extras = ["torch"], version = "^4.36.2"}
Jinja2 = "^3.0.3"
importlib-resources = "^5.4.0"
click = "^8.0.4"
Expand Down

0 comments on commit 02ef598

Please sign in to comment.