From 57cb6ea261295c268fdd3f04c564537df4d94343 Mon Sep 17 00:00:00 2001 From: wasamtc <81901970+wasamtc@users.noreply.github.com> Date: Wed, 4 Jun 2025 14:38:26 +0800 Subject: [PATCH] Create requirements.txt --- docs/chapter2/code/requirements.txt | 35 +++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 docs/chapter2/code/requirements.txt diff --git a/docs/chapter2/code/requirements.txt b/docs/chapter2/code/requirements.txt new file mode 100644 index 0000000..902bb05 --- /dev/null +++ b/docs/chapter2/code/requirements.txt @@ -0,0 +1,35 @@ +certifi==2025.4.26 +charset-normalizer==3.4.2 +filelock==3.18.0 +fsspec==2025.5.1 +hf-xet==1.1.3 +huggingface-hub==0.32.4 +idna==3.10 +Jinja2==3.1.6 +joblib==1.5.1 +MarkupSafe==3.0.2 +mpmath==1.3.0 +networkx==3.5 +numpy==2.2.6 +packaging==25.0 +pandas==2.2.3 +python-dateutil==2.9.0.post0 +pytz==2025.2 +PyYAML==6.0.2 +regex==2024.11.6 +requests==2.32.3 +safetensors==0.5.3 +scikit-learn==1.6.1 +scipy==1.15.3 +setuptools==78.1.1 +six==1.17.0 +sympy==1.14.0 +threadpoolctl==3.6.0 +tokenizers==0.21.1 +torch==2.7.0 +tqdm==4.67.1 +transformers==4.52.4 +typing_extensions==4.14.0 +tzdata==2025.2 +urllib3==2.4.0 +wheel==0.45.1