Spaces:
Runtime error
Runtime error
File size: 441 Bytes
566dd98 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
[tool.poetry]
name = "academic-paraphraser"
version = "0.1.0"
description = ""
authors = ["HelloRusk <[email protected]>"]
[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"
streamlit = "^1.17.0"
pandas = "^1.5.3"
numpy = "^1.24.1"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api" |