From 1ae3a74707aac2c6a3e7eb6a9dc4f47b17a51ae7 Mon Sep 17 00:00:00 2001 From: "martin.holmer@gmail.com" Date: Tue, 10 Sep 2024 12:05:50 -0400 Subject: [PATCH] Restore conda-forge channel in environment.yml --- environment.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/environment.yml b/environment.yml index daf2a2c49..e848d0284 100644 --- a/environment.yml +++ b/environment.yml @@ -1,4 +1,6 @@ name: taxcalc-dev +channels: + - conda-forge dependencies: - "python>=3.9, <3.13" - "numpy>=1.26,<1.27"