From 4eebc2386eaafe75a730c692608e7b795ef1aabd Mon Sep 17 00:00:00 2001 From: Mika Date: Sat, 28 Mar 2026 16:47:38 +0000 Subject: [PATCH] Add 3_cost_scaling_analysis/requirements.txt --- 3_cost_scaling_analysis/requirements.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 3_cost_scaling_analysis/requirements.txt diff --git a/3_cost_scaling_analysis/requirements.txt b/3_cost_scaling_analysis/requirements.txt new file mode 100644 index 0000000..6c4dbd9 --- /dev/null +++ b/3_cost_scaling_analysis/requirements.txt @@ -0,0 +1,2 @@ +pandas +pytest \ No newline at end of file