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