From 13367e8b3f6fdf287d6aec97e5cd43ae9bd875d9 Mon Sep 17 00:00:00 2001 From: hy3ol <0929khy@gmail.com> Date: Mon, 23 Mar 2026 17:41:13 +0900 Subject: [PATCH] Add project requirements --- requirements.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..01c421e --- /dev/null +++ b/requirements.txt @@ -0,0 +1,9 @@ +# Recommended Python: 3.10.x +# RTX 5090 / Blackwell requires a CUDA 12.8+ PyTorch build. +--extra-index-url https://download.pytorch.org/whl/cu128 +torch==2.9.0+cu128 +numpy>=1.26,<3.0 +pandas>=1.5,<3.0 +scikit-learn>=1.3,<2.0 +einops>=0.7,<1.0 +tqdm>=4.66,<5.0