From 75adc4c3e183f8ce8839479a134c2508afb83669 Mon Sep 17 00:00:00 2001 From: LucianaMartins26 Date: Thu, 14 Nov 2024 11:48:59 +0000 Subject: [PATCH] [FIX] requirements and version for readthedocs --- docs/conf.py | 2 +- docs/requirements_rtd.txt | 9 +-------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index bb124ba..a3db755 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -12,7 +12,7 @@ project = 'diel_models' copyright = '2023, Luciana Martins and João Capela' author = 'Luciana Martins and João Capela' -release = 'v1.1.0' +release = 'v1.2.2' sys.path.insert(0, os.path.abspath('../src/')) diff --git a/docs/requirements_rtd.txt b/docs/requirements_rtd.txt index 2393536..8e32a3b 100644 --- a/docs/requirements_rtd.txt +++ b/docs/requirements_rtd.txt @@ -3,11 +3,4 @@ rst-to-myst sphinx-rtd-theme sphinx-autobuild myst-parser -cobra~=0.26.2 -pandas~=1.5.3 -statsmodels~=0.13.5 -matplotlib~=3.7.1 -numpy>=1.22 -scipy~=1.10.1 -setuptools~=65.6.3 -scikit-learn~=1.2.2 +cobra \ No newline at end of file