From 32035ab4abacb06c826326c97a0b0d3aab91b646 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 04:31:33 +0000 Subject: [PATCH] Update sparseml[torchvision] requirement from >=1.4 to >=1.0.1 Updates the requirements on [sparseml[torchvision]](https://github.com/neuralmagic/sparseml) to permit the latest version. - [Release notes](https://github.com/neuralmagic/sparseml/releases) - [Commits](https://github.com/neuralmagic/sparseml/compare/v1.4.0...v1.0.1) --- updated-dependencies: - dependency-name: sparseml[torchvision] 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 b9eaeb8ae3b9..7b87aaebbe6d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,7 +38,7 @@ seaborn>=0.11.0 # tritonclient[all]~=2.24.0 # Neural Magic -sparseml[torchvision] >= 1.4 +sparseml[torchvision] >= 1.0.1 # Extras -------------------------------------- ipython<=8.12 # interactive notebook