From 907a499f31579f713bda8874340820795ffa3514 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jan 2022 05:14:29 +0000 Subject: [PATCH] Update setuptools requirement from <59.6.0 to <60.7.0 Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst) - [Commits](https://github.com/pypa/setuptools/compare/0.6...v60.6.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 9c51b5f..0b98446 100644 --- a/setup.cfg +++ b/setup.cfg @@ -31,7 +31,7 @@ install_requires = pydantic pytorch-lightning >= 1.5.6, < 1.6.0 rich - setuptools < 59.6.0 + setuptools < 60.7.0 torch > 1.8, < 1.11 torchmetrics tokenizers ~= 0.10