vision_studio_leaderboard / pyproject.toml
mosshoon's picture
initial commit
0c2607c
raw
history blame contribute delete
323 Bytes
[project]
name = "temp"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"gradio>=4.0.0",
"opencv-python-headless>=4.8.0",
"numpy>=1.24.0",
"Pillow>=10.0.0",
"scikit-image>=0.21.0",
"pandas>=2.0.0",
"pyngrok>=7.3.0",
]