From 04c32a6f560fb6735aa298df9da91896558dd39d Mon Sep 17 00:00:00 2001 From: = Date: Mon, 1 Jul 2024 03:06:36 +0200 Subject: [PATCH] remove unnecessary torchvision requirement --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fa98a4d4..af33458a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,6 @@ pandas = "^2" networkx = "^2.6.3" nltk = "^3.6.4" scipy = "^1" -# torch = ">=1.7.0,<=2.1, !=2.0.1, !=2.1.0" # fix from: https://stackoverflow.com/a/76647180 torch = ">1.7.0,!=2.0.1, !=2.1.0" matplotlib = "^3" more-itertools = "*" @@ -71,7 +70,6 @@ pre-commit = "^3" mypy = "^1" pytest = "^7" types-PyYAML = "^6" -torchvision = ">=0.8.0" # Used in examples mkdocs-material = "*" mkdocs-autorefs = "*" mkdocs-gen-files = "*"