From 0eddddd6ff490e3d7aa39eb89f4b5121626f4d00 Mon Sep 17 00:00:00 2001 From: Yasset Perez-Riverol Date: Sun, 22 Sep 2024 14:06:34 +0100 Subject: [PATCH] update in dependencies --- environment.yml | 1 + requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index d1ff29f..373ccaf 100644 --- a/environment.yml +++ b/environment.yml @@ -16,3 +16,4 @@ dependencies: - psutil - pytest - matplotlib + - memory-profiler diff --git a/requirements.txt b/requirements.txt index aa9b013..75bbbe8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,5 @@ scikit-learn scipy psutil pytest -matplotlib \ No newline at end of file +matplotlib +memory-profiler \ No newline at end of file