daily-papers / pyproject.toml
hysts's picture
hysts HF staff
Use apscheduler to update the index file
928c784
raw
history blame
393 Bytes
[project]
name = "daily-papers"
version = "0.1.0"
description = ""
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"apscheduler>=3.10.4",
"datasets>=2.21.0",
"gradio-calendar>=0.0.4",
"gradio>=4.44.0",
"hf-transfer>=0.1.8",
"huggingface-hub>=0.24.6",
"pandas>=2.2.2",
"ragatouille>=0.0.8.post4",
"setuptools>=74.1.2",
"tqdm>=4.66.5",
]