From 6754a57f6e673cadc5863cee4bdf951570e0bb06 Mon Sep 17 00:00:00 2001 From: Carter Peene Date: Thu, 7 Dec 2023 15:22:41 -0800 Subject: [PATCH 1/3] try to unpin numpy and h5py versions? --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 453672ea..6abaaaa5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,12 +3,12 @@ cebra dandi==0.55.1 elephant==0.12.0 fsspec==2022.11.0 -h5py==3.7.0 +h5py jupyter==1.0.0 matplotlib==3.6.2 mpl-interactions==0.22.0 neo==0.12.0 -numpy==1.22.4 +numpy nwbwidgets==0.10.0 ophys-nway-matching @ git+https://github.com/AllenInstitute/ophys_nway_matching@545504ab55922717ab623f8ede2c521a60aa1458 pandas==1.5.2 From 7550b666a53490b0cc20b33741c8f1fa4732d775 Mon Sep 17 00:00:00 2001 From: Carter Peene Date: Thu, 7 Dec 2023 15:57:40 -0800 Subject: [PATCH 2/3] repin h5py --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6abaaaa5..056611dd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ cebra dandi==0.55.1 elephant==0.12.0 fsspec==2022.11.0 -h5py +h5py==3.7.0 jupyter==1.0.0 matplotlib==3.6.2 mpl-interactions==0.22.0 From 54452617621b6f39f8c4cd3d00068a7e805a4f58 Mon Sep 17 00:00:00 2001 From: Carter Peene Date: Thu, 7 Dec 2023 16:41:27 -0800 Subject: [PATCH 3/3] bump h5py --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 056611dd..f550d368 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ cebra dandi==0.55.1 elephant==0.12.0 fsspec==2022.11.0 -h5py==3.7.0 +h5py==3.8 jupyter==1.0.0 matplotlib==3.6.2 mpl-interactions==0.22.0