From aa6542fecf5faca52612bbbe510dabc5c9d5dd62 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 075a20c87..8dd6d4aae 100644 --- a/conda/artiq-dev/meta.yaml +++ b/conda/artiq-dev/meta.yaml @@ -39,7 +39,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 fda662b68..52f568592 100644 --- a/conda/artiq/meta.yaml +++ b/conda/artiq/meta.yaml @@ -41,7 +41,7 @@ requirements: - quamash - pyqtgraph 0.10.0 - pygit2 - - aiohttp + - aiohttp >=3 - levenshtein test: