From 438004273b06f2314bad5579957297a83f4c73a7 Mon Sep 17 00:00:00 2001 From: RayBipse Date: Tue, 16 Jan 2024 21:42:04 -0800 Subject: [PATCH] Changed to use mamba and added python version requirement to environment.yml --- environment.yml | 1 + readthedocs.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 526cd10f..24de4cf1 100644 --- a/environment.yml +++ b/environment.yml @@ -3,4 +3,5 @@ name: scadnano-test channels: - defaults dependencies: + - python=3.7 - xlwt=1.3.0=py37_0 \ No newline at end of file diff --git a/readthedocs.yml b/readthedocs.yml index f04cf7e4..93377a51 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -26,4 +26,4 @@ conda: build: os: "ubuntu-22.04" tools: - python: "3.7" \ No newline at end of file + python: "mambaforge-22.9" \ No newline at end of file