File size: 466 Bytes
210c6db
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[tool.poetry]
name = "nlp2023_title_search"
version = "0.1.0"
description = ""
authors = ["HelloRusk <hellorusk1998@gmail.com>"]

[tool.poetry.dependencies]
python = ">=3.8,<3.9.7 || >3.9.7,<4.0"
faiss-cpu = "^1.7.3"
transformers = "^4.26.0"
torch = "^1.13.1"
fugashi = "^1.2.1"
ipadic = "^1.0.0"
streamlit = "^1.17.0"
unidic-lite = "^1.0.8"

[tool.poetry.dev-dependencies]

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"