From b3b5e597b8036cce1edab811a16b2c1ee90e6fab Mon Sep 17 00:00:00 2001 From: weixin_46229132 Date: Fri, 14 Mar 2025 10:10:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0requirements.txt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++++- requirements.txt | 28 ++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 requirements.txt diff --git a/README.md b/README.md index 4ab8a9d..484a6e5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ # HPCC2025 -HPCC2025会议论文代码。 \ No newline at end of file +HPCC2025会议论文代码。 + +## Usage + +pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..bdb8179 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,28 @@ +cloudpickle==3.0.0 +contourpy==1.3.0 +cycler==0.12.1 +Farama-Notifications==0.0.4 +filelock==3.16.1 +fonttools==4.54.1 +fsspec==2024.9.0 +gymnasium==0.29.1 +Jinja2==3.1.4 +kiwisolver==1.4.7 +MarkupSafe==2.1.5 +matplotlib==3.9.2 +mpmath==1.3.0 +networkx==3.3 +numpy==1.26.4 +packaging==24.1 +pillow==10.4.0 +pygame==2.6.1 +pyparsing==3.1.4 +python-dateutil==2.9.0.post0 +setuptools==75.1.0 +six==1.16.0 +sympy==1.13.3 +torch==2.2.2 +torchaudio==2.2.2 +torchvision==0.17.2 +typing_extensions==4.12.2 +wheel==0.44.0