From 02e1fbfb4b8bfc28041b1fe80881ff0a3d7013b9 Mon Sep 17 00:00:00 2001 From: Vicente Date: Sat, 17 May 2025 22:38:06 -0600 Subject: [PATCH] No issue with pkg itself, just wild the documentation build --- docs/source/conf.py | 1 + requirements.txt | 1 + setup.cfg | 1 + 3 files changed, 3 insertions(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index 9716cf1..4e9d888 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -61,4 +61,5 @@ "bioneuralnet.external_tools", "sklearn", "statsmodels", + "xgboost", ] diff --git a/requirements.txt b/requirements.txt index 3fae74f..e43b72d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,5 +7,6 @@ networkx python-louvain ray[tune] statsmodels +xgboost # torch # torch_geometric \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 296ed31..f96e703 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,6 +29,7 @@ install_requires = statsmodels networkx python-louvain + xgboost ray[tune] [options.packages.find]