From 1c361f7efab0b2704e53479f56f77f13bd9d834c Mon Sep 17 00:00:00 2001 From: Pat Gunn Date: Thu, 2 Dec 2021 15:53:22 -0500 Subject: [PATCH] meta.yaml: repin h5py Apparently https://github.com/tensorflow/tensorflow/issues/44467 will take a bit longer to really get sorted out and distributed. Sigh. --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 28ef075..8606882 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -27,7 +27,7 @@ requirements: - tensorflow - bokeh - future - - h5py >=2.10.0 + - h5py >=2.10.0,<3 - holoviews - ipykernel - ipython