Skip to content

Commit

Permalink
build(deps): add upper-bound for torch on intel-macs
Browse files Browse the repository at this point in the history
since torch doesn't create wheels for intle macs from >=2.3
  • Loading branch information
amitkparekh committed Aug 26, 2024
1 parent 55f15a0 commit 80ad0a7
Show file tree
Hide file tree
Showing 3 changed files with 900 additions and 923 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ default_install_hook_types: ["commit-msg", "pre-commit"]

repos:
- repo: https://github.com/commitizen-tools/commitizen
rev: v3.22.0
rev: v3.29.0
hooks:
- id: commitizen
stages: [commit-msg]
Expand Down Expand Up @@ -83,7 +83,7 @@ repos:
args: [--in-place, --wrap-summaries=99, --wrap-descriptions=99]

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.3.7"
rev: "v0.6.2"
hooks:
- id: ruff
name: ruff linter
Expand Down
Loading

0 comments on commit 80ad0a7

Please sign in to comment.