diff options
Diffstat (limited to 'THIRD_PARTY.md')
| -rw-r--r-- | THIRD_PARTY.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/THIRD_PARTY.md b/THIRD_PARTY.md new file mode 100644 index 0000000..a508138 --- /dev/null +++ b/THIRD_PARTY.md @@ -0,0 +1,15 @@ +# Third-party dependencies + +No third-party source code or datasets are vendored in this repository. +Runtime dependencies are installed from their standard package indexes. +Cora is downloaded by PyTorch Geometric. + +| Dependency | Upstream license | +|---|---| +| PyTorch | BSD-3-Clause | +| PyTorch Geometric | MIT | +| NumPy | BSD-3-Clause | +| pandas | BSD-3-Clause | +| Matplotlib | PSF-based | +| scikit-learn | BSD-3-Clause | +| Jupyter / nbconvert | BSD-3-Clause | |
