From 8dba960a92d22d348978998cc523fea38066420f Mon Sep 17 00:00:00 2001 From: Damian Barrous Dume Date: Thu, 14 Sep 2023 14:46:24 +0100 Subject: [PATCH] Add NDQube to support spectra and HD data (#38) Co-authored-by: Damian Barrous-Dume --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index ac7fd21..5a5bdc1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,7 @@ numpy==1.24.4 astropy==5.2.2 sunpy==4.1.7 # not currently needed +ndcube==2.1.3 # Adding NDCube to support spectra and high-dimensional data in hermes_core data container flake8==6.0.0 # for code style black==23.7.0 # for code style pytest==7.4.0 # for testing