MyoQuant / pyproject.toml
corentinm7's picture
Upload folder using huggingface_hub
a42afc3 verified
raw
history blame contribute delete
264 Bytes
[project]
name = "myoquant-streamlit"
version = "0.1.0"
description = ""
readme = "README.md"
requires-python = "<3.13, >=3.12"
dependencies = [
"myoquant>=0.3.11",
"streamlit",
"pandas",
"numpy",
"imageio",
"matplotlib",
"requests",
]