ML-based recommendation feed for Bluesky posts
at main 481 B view raw
1[project] 2name = "goodposts" 3version = "0.1.0" 4description = "Add your description here" 5readme = "README.md" 6requires-python = ">=3.9" 7dependencies = [ 8 "atproto>=0.0.61", 9 "faiss-cpu>=1.12.0", 10 "fastapi[standard]>=0.119.0", 11 "httpx>=0.28.1", 12 "jinja2>=3.1.6", 13 "lightning>=2.5.5", 14 "pandas>=2.3.1", 15 "polars>=1.33.1", 16 "pyarrow>=21.0.0", 17 "rich>=14.1.0", 18 "ruff>=0.13.2", 19 "scikit-learn>=1.6.1", 20 "torch>=2.8.0", 21 "torchdata>=0.11.0", 22]