From e1d4842521f7401a09e58773734bf78bf4f6b1c5 Mon Sep 17 00:00:00 2001 From: jalving Date: Sat, 28 Oct 2023 15:59:34 -0700 Subject: [PATCH] update doc requirements --- .readthedocs.yml | 2 +- docs/requirements.txt | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index ebcd5eba..6e41af22 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -16,7 +16,7 @@ build: tools: - python: "3.9" + python: "3.8" # You can also specify other tool versions: diff --git a/docs/requirements.txt b/docs/requirements.txt index 51a98171..ce42941c 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1,9 @@ # Required dependencies for Sphinx documentation sphinx -sphinx-rtd-theme \ No newline at end of file +sphinx-rtd-theme +numpy +pyomo +networkx +onnx +tensorflow +importlib-metadata \ No newline at end of file