From 04952cb2300d0cff4f013efde137f7e156651b13 Mon Sep 17 00:00:00 2001 From: David Nadlinger Date: Wed, 6 Feb 2019 23:36:44 +0000 Subject: [PATCH] conda: Require recent aiohttp artiq_influxdb doesn't work with aiohttp 0.17 (anymore), as the ClientSession API changed. I have not looked up precisely which is the first version that works, but 3.x has been out for almost a year and is available on the Anaconda/conda-forge channels. --- conda/artiq-dev/meta.yaml | 2 +- conda/artiq/meta.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conda/artiq-dev/meta.yaml b/conda/artiq-dev/meta.yaml index 8212a62c1..e96bd3df0 100644 --- a/conda/artiq-dev/meta.yaml +++ b/conda/artiq-dev/meta.yaml @@ -40,7 +40,7 @@ requirements: - quamash - pyqtgraph 0.10.0 - pygit2 - - aiohttp + - aiohttp >=3 - pythonparser >=1.1 - levenshtein diff --git a/conda/artiq/meta.yaml b/conda/artiq/meta.yaml index 3b696aded..028c04e5d 100644 --- a/conda/artiq/meta.yaml +++ b/conda/artiq/meta.yaml @@ -42,7 +42,7 @@ requirements: - quamash - pyqtgraph 0.10.0 - pygit2 - - aiohttp + - aiohttp >=3 - levenshtein test: