From 1646732dc595563b86e412209573c85d5644d265 Mon Sep 17 00:00:00 2001 From: James Baker <59581582+jtb324@users.noreply.github.com> Date: Sat, 27 Sep 2025 15:11:41 -0500 Subject: [PATCH] uploaded the requirements.txt file Added a requirements.txt file to the IBDReduce directory. This file was made for the same python version used in the docker image (python3.11) so it should be good for a few years --- IBDReduce/requirements.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 IBDReduce/requirements.txt diff --git a/IBDReduce/requirements.txt b/IBDReduce/requirements.txt new file mode 100644 index 0000000..ef64ff5 --- /dev/null +++ b/IBDReduce/requirements.txt @@ -0,0 +1,3 @@ +numpy==2.3.3 +scipy==1.16.2 +zstandard==0.25.0