From 0ac2e4f4fdac41806c3d5c75d0c4388f6f90b613 Mon Sep 17 00:00:00 2001 From: Matt Wala Date: Thu, 7 Sep 2017 14:00:31 -0500 Subject: [PATCH] Remove symengine channel now that everything is in conda-forge. --- .test-conda-env-py3.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.test-conda-env-py3.yml b/.test-conda-env-py3.yml index d5e01ead..b2b8b1b4 100644 --- a/.test-conda-env-py3.yml +++ b/.test-conda-env-py3.yml @@ -1,7 +1,6 @@ name: test-conda-env-py3 channels: - inducer -- symengine - conda-forge - defaults dependencies: @@ -12,6 +11,6 @@ dependencies: - islpy - pyopencl - python=3.5 -- symengine::symengine=0.3.0 -- symengine::python-symengine=0.3.0 +- symengine=0.3.0 +- python-symengine=0.3.0 # things not in here: loopy boxtree pymbolic pyfmmlib -- GitLab