Skip to content

Commit

Permalink
Fix safety
Browse files Browse the repository at this point in the history
  • Loading branch information
gsarti committed Jul 23, 2024
1 parent c3dfaff commit 5194db8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ fix-style:

.PHONY: check-safety
check-safety:
$(PYTHON) -m safety check --full-report -i 70612
$(PYTHON) -m safety check --full-report -i 70612 -i 71670

.PHONY: lint
lint: fix-style check-safety
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies = [
"numpy>=1.21.6",
"jaxtyping>=0.2.25",
"typeguard<=2.13.3",
"torch>=2.3.1",
"torch>=2.0",
"matplotlib>=3.5.3",
"tqdm>=4.64.0",
"nvidia-cublas-cu11>=11.10.3.66; sys_platform=='Linux'",
Expand Down

0 comments on commit 5194db8

Please sign in to comment.