From c951fce1eb7acec38394d3b78fdec54680a11903 Mon Sep 17 00:00:00 2001 From: Wilson Freitas Date: Tue, 24 Dec 2024 08:57:56 -0300 Subject: [PATCH] For docs requirements.txt must be updated --- docs/requirements.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 64db65e..bd2b12b 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,10 +2,13 @@ ipython pygments >= 2.7.* pydata-sphinx-theme sphinx == 6.* +babel == 2.9 +docutils == 0.18.* +packaging >= 21.* pandas lxml numpy matplotlib httpx -requests +requests >= 2.25.* furo \ No newline at end of file