From 3ff8c4876e402e46ef1b871c3b6b62d948d15c5b Mon Sep 17 00:00:00 2001 From: Elizabeth Berrigan Date: Sun, 31 Mar 2024 14:09:02 -0700 Subject: [PATCH] Add numpy and h5py as conda dependencies --- .conda.tensorflow/meta.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.conda.tensorflow/meta.yaml b/.conda.tensorflow/meta.yaml index 8945faa..b5a352e 100644 --- a/.conda.tensorflow/meta.yaml +++ b/.conda.tensorflow/meta.yaml @@ -24,10 +24,14 @@ requirements: host: - python=3.7 + - numpy + - h5py - pip run: - python=3.7 + - numpy + - h5py - pip test: