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