From d9b0caa6ef57616a9f6678ee315dd7fd9c8605e9 Mon Sep 17 00:00:00 2001 From: robelgeda Date: Mon, 26 Feb 2024 21:50:24 -0500 Subject: [PATCH] update rtd to use python 3.11.8 --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index acdcc78..48165f1 100644 --- a/environment.yml +++ b/environment.yml @@ -29,7 +29,7 @@ channels: dependencies: # Base dependencies - pip - - python>=3.8 + - python==3.11.8 - Pandoc - pip: - -r requirements.txt