From e9db02cb1525e21f17a303a6cd610fbf5e542a7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oriol=20Tint=C3=B3?= <oriol.tinto@lmu.de> Date: Wed, 14 Jun 2023 17:37:52 +0200 Subject: [PATCH] Add enstools-compression as a self-dependency for the streamlit app to work. --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1a8305b..bad8fac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,5 @@ netCDF4 streamlit pytest pytest-mock -pooch \ No newline at end of file +pooch +enstools-compression \ No newline at end of file -- GitLab