File size: 486 Bytes
3f0869c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | [project]
name = "ai"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"diagrams>=0.25.1",
"hf-cli>=0.1",
"matplotlib>=3.10.8",
"numpy>=2.4.4",
"pillow>=12.2.0",
"pycocotools>=2.0.11",
"pyyaml>=6.0.3",
"roboflow>=1.3.1",
"scikit-learn>=1.8.0",
"supervision>=0.27.0.post2",
"torch>=2.11.0",
"torchvision>=0.26.0",
"tqdm>=4.67.3",
"transformers>=5.5.3",
]
|