Spaces:
Runtime error
Runtime error
File size: 706 Bytes
1768d92 3e44827 b6970f1 1768d92 50018bb 892d25a 1768d92 50018bb 892d25a 1768d92 |
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 30 31 32 33 34 |
[tool.poetry]
name = "zeno-evals-hub"
version = "0.1.0"
description = ""
authors = ["Alex Cabrera <alex.cabrera@gmail.com>"]
readme = "README.md"
packages = [{ include = "zeno-evals-hub" }]
include = ["zeno-evals-hub/frontend/**/*"]
[tool.poetry.dependencies]
zenoml = "^0.4.10"
python = "^3.9.0,<=3.11"
fastapi = "^0.95.0"
uvicorn = "^0.21.1"
zeno-evals = "^0.1.10"
pyyaml = "^6.0"
wordfreq = "^3.0.3"
[tool.poetry.dev-dependencies]
black = "^23.3.0"
usort = "^1.0.6"
flake8 = "^6.0.0"
mypy = "^1.2.0"
pyright = "^1.1.302"
prettier = "^0.0.7"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.pyright]
include = ["zeno-evals-hub"]
useLibraryCodeForTypes = true
|