From e2c2cbc1eba05e1affb056e577490df5282ae967 Mon Sep 17 00:00:00 2001 From: Cole Lyman Date: Tue, 9 Jul 2024 10:55:28 -0600 Subject: [PATCH] Pin versions of numpy and matplotlib in CI environment --- .github/envs/test_env.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/envs/test_env.yml b/.github/envs/test_env.yml index b31c1bdb..3e4aa121 100644 --- a/.github/envs/test_env.yml +++ b/.github/envs/test_env.yml @@ -6,11 +6,11 @@ channels: dependencies: - pip - fastp - - numpy + - numpy<2 - cython - jinja2 - tbb=2020.2 - pyparsing=2.3.1 - scipy - - matplotlib + - matplotlib=3.8.4 - pandas