From 44f639afcc17fea6db90f37a3f93f224e28ae6b5 Mon Sep 17 00:00:00 2001 From: Daniel Pozsar Date: Sun, 3 Nov 2024 17:30:27 +0100 Subject: [PATCH] enforced netcdf version to load older hsx format and numpy 1 for sisl compatibility --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6d0475e..0f65647 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # Package dependencies numpy==1.24.4 -scipy==1.10.1 -sisl==0.13 -netcdf4==1.6.2 +scipy +sisl==0.14.3 +netCDF4==1.7.2 openmpi mpi4py