conda: bump llvmlite-artiq dependency.

This commit is contained in:
whitequark 2017-01-27 11:14:53 +00:00
parent c659c2e551
commit c529cefc89
3 changed files with 2 additions and 3 deletions

View File

@ -355,7 +355,6 @@ class CoredeviceTest(ExperimentCase):
self.assertGreater(rate, 100*ns)
self.assertLess(rate, 700*ns)
@unittest.skip("fails on CI for unknown reasons")
def test_pulse_rate_dds(self):
"""Minimum interval for sustained DDS frequency switching"""
self.execute(PulseRateDDS)

View File

@ -8,7 +8,7 @@ channels:
dependencies:
- python=3.5.2
- setuptools
- llvmlite-artiq=0.12.0.dev=py35_29
- llvmlite-artiq=0.12.0.dev=py35_30
- lit
- outputcheck
- scipy

View File

@ -18,7 +18,7 @@ requirements:
- binutils-or1k-linux
run:
- python >=3.5.2
- llvmlite-artiq 0.12.0.dev py35_29
- llvmlite-artiq 0.12.0.dev py35_30
- lit
- outputcheck
- scipy