From bd452234e54b1fa71b52f2ea4184f07b67fdbdf2 Mon Sep 17 00:00:00 2001 From: erfanzar Date: Tue, 28 May 2024 15:29:04 +0330 Subject: [PATCH] fixing documentation errors --- .readthedocs.yaml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 7845f885d..2848ba5ca 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -2,7 +2,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.12" + python: "3.11" sphinx: configuration: docs/conf.py python: diff --git a/requirements.txt b/requirements.txt index 5de31e12e..8a38dbce2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,6 +14,6 @@ tensorboard numpy~=1.26.2 tensorflow~=2.16.1 tensorflow_datasets<=4.9.0 -scipy==1.10.1 +scipy<=1.10.1 websocket-client websockets \ No newline at end of file