From ca797ab498582921471e3998908d2c4001903f06 Mon Sep 17 00:00:00 2001 From: C Mo <5784284+cairomo@users.noreply.github.com> Date: Fri, 25 Jun 2021 09:33:02 -0700 Subject: [PATCH] added missing packages h5py and hnswlib --- requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e193ddc..6c92672 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,4 +14,6 @@ nmslib=2.0.6=pypi_0 matplotlib=3.3.4=py38h06a4308_0 matplotlib-base=3.3.4=py38h62a2d02_0 setuptools=52.0.0=py38h06a4308_0 -tqdm=4.59.0=pyhd3eb1b0_1 \ No newline at end of file +tqdm=4.59.0=pyhd3eb1b0_1 +h5py +hnswlib