From 6e5ed53d54866796f0b4215a863300da554dc66f Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Wed, 27 Jan 2021 19:31:59 -0600
Subject: [PATCH] Remove hwloc=1 version constraint in .test-conda-env-py3.yml

---
 .test-conda-env-py3.yml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/.test-conda-env-py3.yml b/.test-conda-env-py3.yml
index 31c74378..2fafdef7 100644
--- a/.test-conda-env-py3.yml
+++ b/.test-conda-env-py3.yml
@@ -5,11 +5,7 @@ channels:
 dependencies:
 - git
 - numpy
-
-# to avoid conflict with system openmpi's libhwloc
-- libhwloc=1
 - pocl
-
 - islpy
 - pyopencl
 - python=3
-- 
GitLab