From 668d63a7ee9a84a90abf40c21d45bded1f313c6b Mon Sep 17 00:00:00 2001 From: Atharva Dharmadhikari <atharva.dharmadhikari@fau.de> Date: Tue, 7 May 2024 21:21:30 +0000 Subject: [PATCH] Update file requirements.txt --- requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0fc7803..7e60bd8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,6 @@ matplotlib numpy scikit-learn scipy -tabulate \ No newline at end of file +tabulate +coverage +pytest \ No newline at end of file -- GitLab