From dcd2f340677967a7f842296f409e089055c10532 Mon Sep 17 00:00:00 2001 From: Matt Wala Date: Thu, 16 Aug 2018 19:36:07 -0500 Subject: [PATCH] Point requirements.txt to test for changes to TimingResult. (This shouldn't require any actual changes.) --- .test-conda-env-py3-requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.test-conda-env-py3-requirements.txt b/.test-conda-env-py3-requirements.txt index 45c20c1f..59bb1da9 100644 --- a/.test-conda-env-py3-requirements.txt +++ b/.test-conda-env-py3-requirements.txt @@ -1,3 +1,3 @@ -git+https://gitlab.tiker.net/inducer/boxtree +git+https://gitlab.tiker.net/inducer/boxtree@move-constant-one-wrangler-to-tools git+https://github.com/inducer/pymbolic git+https://github.com/inducer/loopy diff --git a/requirements.txt b/requirements.txt index 8e48bc1c..2417d372 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ sympy==1.1.1 git+https://github.com/inducer/pymbolic git+https://github.com/inducer/islpy git+https://github.com/inducer/pyopencl -git+https://gitlab.tiker.net/inducer/boxtree +git+https://gitlab.tiker.net/inducer/boxtree@move-constant-one-wrangler-to-tools git+https://github.com/inducer/loopy git+https://github.com/inducer/pyfmmlib -- GitLab