NLP2024_title_search / pyproject.toml
kaisugi's picture
initial commit
3f9f23d
raw history blame
No virus
485 Bytes
[tool.poetry]
name = "nlp2024-title-search"
version = "0.1.0"
description = ""
authors = ["Kaito Sugimoto <hellorusk1998@gmail.com>"]
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"