From 2d7818a85f3ff8328fbd8542e703ef115542511c Mon Sep 17 00:00:00 2001 From: Nils Wentzell Date: Fri, 5 Feb 2021 12:09:10 -0500 Subject: [PATCH] Add scipy to requirements.txt --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3c98724f..f1c7dff8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ # Required python packages for this application (these should also be added to Dockerfile for Jenkins) -numpy mako +numpy +scipy