From e1f37c0d3fb72cf927e86d0a06b00466f151a1d5 Mon Sep 17 00:00:00 2001 From: Brandon Michael Whitchurch Date: Tue, 11 Jun 2024 11:32:56 -0700 Subject: [PATCH] add upper bound for python version to avoid incompatible packages --- conda-reqs/chipyard-extended.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda-reqs/chipyard-extended.yaml b/conda-reqs/chipyard-extended.yaml index a1e87d4b..cf0b4320 100644 --- a/conda-reqs/chipyard-extended.yaml +++ b/conda-reqs/chipyard-extended.yaml @@ -30,7 +30,7 @@ dependencies: - bison - flex - expat - - python>=3.9 + - python>=3.9,<3.11 - bc - unzip - patch