From 47f7e778084784596cb250701f588c955f67dedc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 09:53:27 +0000 Subject: [PATCH] Update neural-compressor requirement from ~=2.1.1 to ~=2.4.1 Updates the requirements on [neural-compressor](https://github.com/intel/neural-compressor) to permit the latest version. - [Release notes](https://github.com/intel/neural-compressor/releases) - [Commits](https://github.com/intel/neural-compressor/compare/v2.1.1...v2.4.1) --- updated-dependencies: - dependency-name: neural-compressor dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e79b9cb..f09ac5c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,4 @@ torchvision --index-url https://download.pytorch.org/whl/cpu tqdm~=4.65.0 PyYAML~=6.0.1 dill~=0.3.6 -neural-compressor~=2.1.1 +neural-compressor~=2.4.1