youngPhilosopher commited on
Commit
3f0869c
·
verified ·
1 Parent(s): d3edd7a

Upload pyproject.toml with huggingface_hub

Browse files
Files changed (1) hide show
  1. pyproject.toml +22 -0
pyproject.toml ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [project]
2
+ name = "ai"
3
+ version = "0.1.0"
4
+ description = "Add your description here"
5
+ readme = "README.md"
6
+ requires-python = ">=3.11"
7
+ dependencies = [
8
+ "diagrams>=0.25.1",
9
+ "hf-cli>=0.1",
10
+ "matplotlib>=3.10.8",
11
+ "numpy>=2.4.4",
12
+ "pillow>=12.2.0",
13
+ "pycocotools>=2.0.11",
14
+ "pyyaml>=6.0.3",
15
+ "roboflow>=1.3.1",
16
+ "scikit-learn>=1.8.0",
17
+ "supervision>=0.27.0.post2",
18
+ "torch>=2.11.0",
19
+ "torchvision>=0.26.0",
20
+ "tqdm>=4.67.3",
21
+ "transformers>=5.5.3",
22
+ ]