From cf54c91fa8363ce20a06f6b361b65b8d74e8660c Mon Sep 17 00:00:00 2001 From: "Edgar P. Burkhart" Date: Tue, 29 Mar 2022 09:45:36 +0200 Subject: [PATCH] Added requirements file for python env --- requirements.txt | 5 +++++ swash/processing/sws_npz.py | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..c357ddf --- /dev/null +++ b/requirements.txt @@ -0,0 +1,5 @@ +numpy +scipy +matplotlib + +fluidfoam diff --git a/swash/processing/sws_npz.py b/swash/processing/sws_npz.py index 5f7fa2a..3c971ab 100644 --- a/swash/processing/sws_npz.py +++ b/swash/processing/sws_npz.py @@ -5,7 +5,6 @@ import pathlib from multiprocessing.pool import ThreadPool import numpy as np -import pandas as pd from .read_swash import ReadSwash