forked from M-Labs/artiq
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.
This commit is contained in:
parent
162ce813ea
commit
04952cb230
|
@ -40,7 +40,7 @@ requirements:
|
||||||
- quamash
|
- quamash
|
||||||
- pyqtgraph 0.10.0
|
- pyqtgraph 0.10.0
|
||||||
- pygit2
|
- pygit2
|
||||||
- aiohttp
|
- aiohttp >=3
|
||||||
- pythonparser >=1.1
|
- pythonparser >=1.1
|
||||||
- levenshtein
|
- levenshtein
|
||||||
|
|
||||||
|
|
|
@ -42,7 +42,7 @@ requirements:
|
||||||
- quamash
|
- quamash
|
||||||
- pyqtgraph 0.10.0
|
- pyqtgraph 0.10.0
|
||||||
- pygit2
|
- pygit2
|
||||||
- aiohttp
|
- aiohttp >=3
|
||||||
- levenshtein
|
- levenshtein
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
|
Loading…
Reference in New Issue