[project] name = "researchpath" version = "0.1.0" description = "Agentic research onboarding companion — builds personalized reading paths into RL research." requires-python = ">=3.11" dependencies = [ "google-genai>=1.0.0", "groq>=0.11.0", "python-dotenv>=1.0.0", "rich>=13.0.0", "arxiv>=2.1.0", "pymupdf>=1.24.0", "sentence-transformers>=3.0.0", "faiss-cpu>=1.8.0", "numpy>=1.26.0", "rank-bm25>=0.2.2", "streamlit>=1.35.0", "beautifulsoup4>=4.14.3", ] [dependency-groups] dev = [ "pytest>=8.0.0", "ruff>=0.6.0", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["researchpath"] [tool.ruff] line-length = 100 target-version = "py311" [tool.ruff.lint] select = ["E", "F", "I", "B", "UP"]