Skip to content

Commit

Permalink
Merge pull request #190 from jamesmyatt/remove-scipy
Browse files Browse the repository at this point in the history
Remove scipy from mandatory dependencies (not used)
  • Loading branch information
benedekrozemberczki committed Sep 4, 2022
2 parents e0ad1fa + 5723b45 commit 57006a4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 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 notebooks/astgcn_for_traffic_flow_forecasting.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@
"import torch.nn as nn\n",
"import torch.optim as optim\n",
"import torch.nn.functional as F\n",
"from scipy.sparse.linalg import eigs\n",
"\n",
"\n",
"USE_CUDA = torch.cuda.is_available()\n",
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"torch_scatter",
"torch_geometric",
"numpy",
"scipy",
"six",
"networkx",
]
Expand Down

0 comments on commit 57006a4

Please sign in to comment.