diff options
| author | Anonymous Authors <anonymous@example.com> | 2026-07-24 11:07:23 -0500 |
|---|---|---|
| committer | Anonymous Authors <anonymous@example.com> | 2026-07-24 11:07:23 -0500 |
| commit | e01b690cb0b5f447c95598e8f2c1abaa17c17363 (patch) | |
| tree | aaff46750feca7dab854141dcb4eab2080279a56 /THIRD_PARTY.md | |
Add anonymous KAFT MVP reproduction
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 | |
