From 914d579e879b75b62c95ddf8b48a356c440f4fbc Mon Sep 17 00:00:00 2001 From: Matthew Avaylon Date: Thu, 14 Nov 2024 16:00:36 -0800 Subject: [PATCH] Update requirements.txt --- requirements.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index de8db19ed..7c31f302e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,9 @@ # pinned dependencies to reproduce an entire development environment to use HDMF -h5py==3.11.0 +h5py==3.12.1 jsonschema==4.22.0 -numpy==2.1.2 +numpy==2.1.3 ruamel.yaml==0.18.2 -pandas==2.2.2 +pandas==2.2.3 scipy==1.14.1; python_version >= "3.10" scipy==1.11.3; python_version < "3.10" +