SeeForMe-Live / clients /python /pyproject.toml
akshit-g's picture
add : files
d3cd5c1
raw
history blame contribute delete
473 Bytes
[tool.poetry]
name = "moondream"
version = "0.0.2"
description = "Python client library for moondream"
authors = ["vik <[email protected]>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
pillow = "^10.4.0"
onnxruntime = "^1.19.2"
numpy = "^2.1.2"
onnx = "^1.17.0"
tokenizers = "^0.20.1"
[tool.pyright]
venvPath = "."
venv = ".venv"
reportMissingParameterType = false
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"