Skip to content

Commit

Permalink
remove torch typing
Browse files Browse the repository at this point in the history
  • Loading branch information
younik committed Oct 12, 2024
1 parent 7d800b3 commit 16291d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
python-version: '3.11'
- run: pip install .[all]
- run: pre-commit --version
- run: pre-commit run --all-files
- run: pre-commit run --all-files
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ einops = ">=0.6.1"
numpy = ">=1.21.2"
python = "^3.10"
torch = ">=1.9.0"
torchtyping = ">=0.1.4"

# dev dependencies.
black = { version = "24.3", optional = true }
Expand Down

0 comments on commit 16291d0

Please sign in to comment.