From e48e3c32051018ea3fed256e7cbbeb9358715f9e Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Sat, 1 Oct 2022 18:51:20 -0500 Subject: [PATCH] Drop py36 version constraint from conda env --- .test-py3.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.test-py3.yml b/.test-py3.yml index c17b40c..5511aa3 100644 --- a/.test-py3.yml +++ b/.test-py3.yml @@ -5,7 +5,7 @@ channels: dependencies: - conda-forge::numpy - conda-forge::sympy - - python=3.6 - - python-symengine=0.6.0 + - python + - python-symengine # - pexpect # - maxima -- GitLab