Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ deps =
tf: tensorflow>=2.16 # backend for keras 3
torch: torch>=2.1.0 # backend for keras 3
jax: jax>=0.4.20 # backend for keras 3
torch: auto_LiRPA@git+https://github.com/Verified-Intelligence/auto_LiRPA # comparison to autolirpa

passenv =
macos-torch: KERAS_TORCH_DEVICE
Expand All @@ -30,7 +29,7 @@ commands =
pip list
python -c 'import keras; print(keras.config.backend())'
pytest -v \
!torch: --ignore tests/autolirpa \
--ignore tests/autolirpa \
py39-linux-tf: --cov decomon \
py39-linux-tf: --cov-report xml:coverage.xml \
py39-linux-tf: --cov-report html:coverage_html \
Expand Down
Loading