Skip to content

Commit

Permalink
remove unnecessary torchvision requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
DaStoll committed Jul 1, 2024
1 parent 87e8a92 commit 04c32a6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "*"
Expand All @@ -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 = "*"
Expand Down

0 comments on commit 04c32a6

Please sign in to comment.