From 92a3429b04a2aacc37a086803d62b5db3eb80f54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= Date: Thu, 4 Feb 2021 10:09:44 -0600 Subject: [PATCH 1/4] Test numpy < 1.20 from conda-forge --- .test-conda-env-py3.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.test-conda-env-py3.yml b/.test-conda-env-py3.yml index 6c840cd81..6aa02e0bd 100644 --- a/.test-conda-env-py3.yml +++ b/.test-conda-env-py3.yml @@ -5,7 +5,7 @@ channels: dependencies: - git - scipy -- conda-forge::numpy +- conda-forge::numpy < 1.20 - conda-forge::sympy - pocl - islpy From f16a3ae505db352ca7efaa7c4753b7a43be8ea72 Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Thu, 4 Feb 2021 12:54:18 -0600 Subject: [PATCH 2/4] check if sumpy PR broke this --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ca2b95325..96fcfb62b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,5 +8,5 @@ git+https://github.com/inducer/islpy.git#egg=islpy git+https://github.com/inducer/loopy.git#egg=loopy git+https://github.com/inducer/boxtree.git#egg=boxtree git+https://github.com/inducer/meshmode.git#egg=meshmode -git+https://github.com/inducer/sumpy.git#egg=sumpy +git+https://github.com/inducer/sumpy.git@3d99addef59a016e4a5802bab7e648cb8bf3006e#egg=sumpy git+https://github.com/inducer/pyfmmlib.git#egg=pyfmmlib From 68a883c2d5a823951299619be55cc8349346bbe9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= Date: Thu, 4 Feb 2021 15:50:29 -0600 Subject: [PATCH 3/4] Check if loopy #197/#217 make a difference --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 96fcfb62b..8920a6bac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ sympy git+https://github.com/inducer/modepy.git#egg=modepy git+https://github.com/inducer/pyopencl.git#egg=pyopencl git+https://github.com/inducer/islpy.git#egg=islpy -git+https://github.com/inducer/loopy.git#egg=loopy +git+https://github.com/inducer/loopy.git@fa1bda8ead922c93773c226e29c975df20c1be23#egg=loopy git+https://github.com/inducer/boxtree.git#egg=boxtree git+https://github.com/inducer/meshmode.git#egg=meshmode git+https://github.com/inducer/sumpy.git@3d99addef59a016e4a5802bab7e648cb8bf3006e#egg=sumpy From 4de69c3cc02f5601b99b52faf86ca49dfe89ba7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= Date: Mon, 8 Feb 2021 12:59:55 -0600 Subject: [PATCH 4/4] Remove numpy version restriction for CI failure investigation --- .test-conda-env-py3.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.test-conda-env-py3.yml b/.test-conda-env-py3.yml index 6aa02e0bd..6c840cd81 100644 --- a/.test-conda-env-py3.yml +++ b/.test-conda-env-py3.yml @@ -5,7 +5,7 @@ channels: dependencies: - git - scipy -- conda-forge::numpy < 1.20 +- conda-forge::numpy - conda-forge::sympy - pocl - islpy