Skip to content

Commit

Permalink
added max version to torchdata
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny Rosen committed Dec 12, 2024
1 parent 110a5bc commit eb3adcb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,19 @@ repos:
hooks:
- id: black
language_version: python3
language: python

- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
- id: isort
args: ["--profile", "black", "--filter-files"]
language: python


- repo: https://github.com/myint/docformatter
rev: v1.6.0
hooks:
- id: docformatter
args: [--in-place, --wrap-summaries=99, --wrap-descriptions=99]
args: [--in-place, --wrap-summaries=99, --wrap-descriptions=99]
language: python
2 changes: 1 addition & 1 deletion test/torch_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
torch==2.1.0
torchaudio==2.1.0
torchvision==0.16.0
torchdata
torchdata<=0.8.0

0 comments on commit eb3adcb

Please sign in to comment.