Skip to content

Commit

Permalink
Remove scipy from mandatory dependencies (not used)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmyatt committed Aug 30, 2022
1 parent b7960f2 commit 5723b45
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
build:
runs-on: ${{ matrix.os }}

strategy:
matrix:
os: [ubuntu-20.04]
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"torch_sparse",
"torch_geometric",
"numpy",
"scipy",
"six",
"networkx",
]
Expand Down

0 comments on commit 5723b45

Please sign in to comment.