Files
HyCoRec/pyproject.toml
Tokisakix a6349f6767 add edger
2025-08-07 09:47:36 +08:00

33 lines
839 B
TOML

[project]
name = "HyCoRec"
version = "0.1.0"
description = "The implementation of HyCoRec: Hypergraph-Enhanced Multi-Preference Learning for Alleviating Matthew Effect in Conversational Recommendation (ACL 2024)"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"argparse>=1.4.0",
"dgl>=2.2.1",
"loguru>=0.7.3",
"nltk>=3.9.1",
"pyyaml>=6.0.2",
"requests>=2.32.4",
"scikit-learn>=1.7.1",
"torch>=2.8.0",
"torch-geometric>=2.6.1",
"tqdm>=4.67.1",
"transformers>=4.55.0",
]
[tool.uv.sources]
torch = [
{ index = "pytorch-cu129", marker = "sys_platform == 'linux' or sys_platform == 'win32'" },
]
[[tool.uv.index]]
url="https://pypi.tuna.tsinghua.edu.cn/simple"
default=true
[[tool.uv.index]]
name = "pytorch-cu129"
url = "https://download.pytorch.org/whl/cu129"
explicit = true