Skip to content

Commit

Permalink
fix: Remove captum from project deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyabareeva committed Nov 21, 2024
1 parent 7b60463 commit bf9ce8a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
- name: Verify Python Installation
run: python --version

- name: Install dependencies
run: pip install git+https://github.com/pytorch/captum.git

- name: Install tox-gh
run: python -m pip install tox-gh>=1.2

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/type-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
- name: Install tox-gh
run: pip install tox-gh

- name: Install dependencies
run: pip install git+https://github.com/pytorch/captum.git

- name: Run flake8
run: tox run -e lint

Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ keywords = ["interpretability", "xai", "machine learning", "deep learning"]
dependencies = [
"numpy>=1.19.5",
"torch>=1.13.1",
"captum@git+https://github.com/pytorch/captum",
"lightning>=1.4.0",
"torchmetrics>=1.4.0",
"tqdm>=4.0.0",
Expand Down

0 comments on commit bf9ce8a

Please sign in to comment.