Skip to content

Commit ff96d20

Browse files
dependabot[bot]David Cavazos
andauthored
chore(deps): bump transformers from 4.30.2 to 4.38.0 in /dataflow/run-inference (GoogleCloudPlatform#11437)
* chore(deps): bump transformers in /dataflow/run-inference Bumps [transformers](https://github.com/huggingface/transformers) from 4.30.2 to 4.38.0. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](huggingface/transformers@v4.30.2...v4.38.0) --- updated-dependencies: - dependency-name: transformers dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * update torch * ignore python 3.12 for tests --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: David Cavazos <dcavazos@google.com>
1 parent c0f8571 commit ff96d20

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dataflow/run-inference/noxfile_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
TEST_CONFIG_OVERRIDE = {
2424
# You can opt out from the test for specific Python versions.
2525
# Only test on Python 3.11.
26-
"ignored_versions": ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10"],
26+
"ignored_versions": ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10", "3.12"],
2727
# Old samples are opted out of enforcing Python type hints
2828
# All new samples should feature them
2929
"enforce_type_hints": True,
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
apache-beam[gcp]==2.49.0
2-
torch==2.0.1
3-
transformers==4.30.2
2+
torch==2.2.2
3+
transformers==4.38.0

0 commit comments

Comments
 (0)