[tool.poetry] name = "nlp2024-title-search" version = "0.1.0" description = "" authors = ["Kaito Sugimoto "] readme = "README.md" packages = [{include = "nlp2024_title_search"}] [tool.poetry.dependencies] python = "^3.10" transformers = "^4.37.2" beautifulsoup4 = "^4.12.3" requests = "^2.31.0" pandas = "^2.2.0" torch = "^2.2.0" faiss-cpu = "^1.7.4" streamlit = "^1.31.0" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"