RexYing / gnn-model-explainer

gnn explainer
Apache License 2.0
879 stars 174 forks source link

The requirements.txt should be changed to make Installation work. #15

Closed CM-BF closed 4 years ago

CM-BF commented 4 years ago

Describe the bug File requirements.txt fault.

the last line of requirements.txt:

pywidgets==7.5.1

should be changed to:

ipywidgets==7.5.1

to make pip work or pip cannot find the package "pywidgets==7.5.1".

[Environment] Anaconda3 pip 20.0.2 Ubuntu 18.04

hnaik commented 4 years ago

I submitted a PR @ https://github.com/RexYing/gnn-model-explainer/pull/19