File size: 431 Bytes
ac1ff0d
 
 
 
 
 
 
 
 
8bbe3aa
 
 
 
ac1ff0d
 
8bbe3aa
83870cc
ac1ff0d
 
 
 
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 = "nlp-flashcard-project"
version = "0.1.0"
description = ""
authors = ["Your Name <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.8"
numpy = "^1.22.3"
transformers = "^4.17.0"
torch = "^1.11.0"
datasets = "^1.18.4"
faiss-cpu = "^1.7.2"

[tool.poetry.dev-dependencies]
flake8 = "^4.0.1"
autopep8 = "^1.6.0"

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