From b2cb26949c2f43c0007c9994b744c9f1bc502e6b Mon Sep 17 00:00:00 2001 From: Matthew Avaylon Date: Thu, 14 Nov 2024 11:15:04 -0800 Subject: [PATCH] Update requirements-min.txt --- requirements-min.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/requirements-min.txt b/requirements-min.txt index a437fc588..78d47912f 100644 --- a/requirements-min.txt +++ b/requirements-min.txt @@ -1,9 +1,8 @@ # minimum versions of package dependencies for installing HDMF h5py==2.10 # support for selection of datasets with list of indices added in 2.10 -importlib-resources==5.12.0; python_version < "3.9" # TODO: remove when when minimum python version is 3.9 jsonschema==3.2.0 -numpy==1.18 -pandas==1.0.5 # when this is changed to >=1.5.0, see TODO items referenced in #762 +numpy==1.22.4 +pandas==2.1.0 ruamel.yaml==0.16 scipy==1.4 # this file is currently used to test only python~=3.8 so these dependencies are not needed