Installation
Using uv (recommended):
uv sync
Using pip:
pip install tf_gnns
Developer setup:
uv sync --group dev
uv run pytest -v
Torch backend smoke test:
pip install "torch==2.11.0"
KERAS_BACKEND=torch pytest -q tests
Using uv (recommended):
uv sync
Using pip:
pip install tf_gnns
Developer setup:
uv sync --group dev
uv run pytest -v
Torch backend smoke test:
pip install "torch==2.11.0"
KERAS_BACKEND=torch pytest -q tests