Spaces:
Sleeping
Sleeping
File size: 592 Bytes
7af929b 3556e6f 7af929b be043a6 da82b2b 7af929b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
[tool.poetry]
name = "smart-cat-assignment"
version = "0.0.1"
description = "SmartCat Assignment"
authors = ["Lazar Radojevic <radojevic.laza@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
mypy = "^1.8.0"
ruff = "^0.3.2"
datasets = "^2.20.0"
sentence-transformers = "^3.0.1"
numpy = "1.26.4"
fastapi = "^0.111.1"
uvicorn = "^0.30.3"
streamlit = "^1.37.0"
python-dotenv = "^1.0.1"
[tool.poetry.group.dev.dependencies]
black = "^24.1.1"
poethepoet = "^0.24.4"
isort = "^5.13.2"
[tool.isort]
profile = "black"
[tool.poe]
include = "./poe/common-tasks.toml" |