From 8178798f4e1183cb88bf6fdbfaf8c92387805116 Mon Sep 17 00:00:00 2001 From: Lorenzo Stella Date: Thu, 13 Feb 2025 13:46:47 +0100 Subject: [PATCH] Bump transformers to >=4.48 (#280) *Issue #, if available:* addresses https://github.com/amazon-science/chronos-forecasting/security/dependabot/1 *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c44636b..c722699 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ license = { file = "LICENSE" } requires-python = ">=3.9" dependencies = [ "torch>=2.0,<3", # package was tested on 2.2 - "transformers>=4.30,<4.48", + "transformers>=4.48,<5", "accelerate>=0.32,<1", ] classifiers = [