Spaces:
Sleeping
Sleeping
[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" |