Skip to content

Commit

Permalink
fix: add onnxruntime to dev requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
CuriousDolphin committed Nov 28, 2024
1 parent 56ab472 commit 0cac59d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
install:
@pip install . --no-cache-dir
install-dev:
@pip install -e ".[dev]" --no-cache-dir
@pip install -e ".[inference,dev]" --no-cache-dir

install-pre-commit:
@pre-commit install
Expand Down

0 comments on commit 0cac59d

Please sign in to comment.