init HiCore
This commit is contained in:
23
pyproject.toml
Normal file
23
pyproject.toml
Normal file
@@ -0,0 +1,23 @@
|
||||
[project]
|
||||
name = "hicore"
|
||||
version = "0.1.0"
|
||||
description = "The implementation of Mitigating Matthew Effect: Multi-Hypergraph Boosted Multi-Interest Self-Supervised Learning for Conversational Recommendation (EMNLP 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.index]]
|
||||
url="https://pypi.tuna.tsinghua.edu.cn/simple"
|
||||
default=true
|
Reference in New Issue
Block a user