Skip to content

Commit

Permalink
[FIX] requirements and version for readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
LucianaMartins26 committed Nov 14, 2024
1 parent 02039d2 commit 75adc4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/'))

Expand Down
9 changes: 1 addition & 8 deletions docs/requirements_rtd.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 75adc4c

Please sign in to comment.