From 97bb368cab7e6ac4eacd58148d596c1eb14ee44d Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Mon, 22 Jun 2020 15:18:44 +0800 Subject: [PATCH] conda: do not specify h5py 2.8 h5py 2.8 sometimes causes the conda crap to install Python 3.5. --- artiq-fast/conda/artiq-deps.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq-fast/conda/artiq-deps.nix b/artiq-fast/conda/artiq-deps.nix index 7360c16..fe0fec1 100644 --- a/artiq-fast/conda/artiq-deps.nix +++ b/artiq-fast/conda/artiq-deps.nix @@ -6,7 +6,7 @@ "scipy" "numpy" "prettytable" - "h5py 2.8" + "h5py" "python-dateutil" "pyqt >=5.5" "quamash"