From e01b690cb0b5f447c95598e8f2c1abaa17c17363 Mon Sep 17 00:00:00 2001 From: Anonymous Authors Date: Fri, 24 Jul 2026 11:07:23 -0500 Subject: Add anonymous KAFT MVP reproduction --- THIRD_PARTY.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 THIRD_PARTY.md (limited to 'THIRD_PARTY.md') 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 | -- cgit v1.2.3