AAI_521_Final_Project / pyproject.toml
d2j666's picture
Add TF and HF Hub dependancies
66cb5e6
raw
history blame contribute delete
478 Bytes
[project]
name = "asl-hand-detection"
version = "0.1.0"
description = "ASL hand detection system using MediaPipe, EfficientNet, and Gradio"
requires-python = ">=3.10,<3.13"
dependencies = [
"gradio>=4.0.0",
"mediapipe==0.10.9",
"opencv-python-headless>=4.9.0",
"numpy>=1.24.3",
"tensorflow>=2.13.0",
"huggingface-hub>=0.19.0",
]
[tool.hatch.build.targets.wheel]
packages = ["."]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"