From d9dce51fa9f7b01384dad31afb14f49a06dc1d8f Mon Sep 17 00:00:00 2001 From: Zane Starr Date: Wed, 20 Mar 2024 20:12:45 -0700 Subject: [PATCH] chore: add temporary memory_profiler --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 763c639c..a215fc19 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,10 +7,11 @@ wheel>=0.38.1 pandas>=1.1.5 funcy>=1.16 dill>=0.3.4 +memory-profiler==0.61.0 pathos>=0.2.8 numpy>=1.22.0 pytz>=2021.1 setuptools>=69.0.2 graphviz>=0.20.1 tqdm>=4.65.0 -pytest>=7.4.3 \ No newline at end of file +pytest>=7.4.3