From 1aa0acf79dbdc80f12b4a4552a6d1633914c8a0c Mon Sep 17 00:00:00 2001 From: Nels Schimek Date: Tue, 27 Feb 2024 14:26:44 -0800 Subject: [PATCH] removing coverage and coveralls as dependencies, as they dont impact the code --- requirements.txt | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/requirements.txt b/requirements.txt index 45b8a43..845f8f0 100755 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,5 @@ -<<<<<<< HEAD -coverage == 7.4.3 -coveralls == 3.3.1 -======= -#coverage == 4.5.2 -#coveralls == 3.3.1 ->>>>>>> 96f30dd5a648aca221d08994b5e2c340a615721c -pytest >= 5.2.0 +# coverage == 7.4.3 +# coveralls == 3.3.1 numpy == 1.21.6 scipy == 1.7.3 pandas == 1.3.2