From e86729430ec426fb59b855acbcd5a44e8e70ab04 Mon Sep 17 00:00:00 2001 From: David Cortes Date: Thu, 30 Oct 2025 08:51:59 +0100 Subject: [PATCH] add general requirements file --- requirements.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 00000000..ba823a44 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,13 @@ +# Minimal set of requirements for benchmarking any library +# See envs/requirements-sklearn.txt for other requirements +# that are needed to profile all the libraries being tested +scikit-learn +pandas +tabulate +fastparquet +h5py +openpyxl +tqdm +psutil +requests +py-cpuinfo