-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
43 lines (42 loc) · 1.09 KB
/
pyproject.toml
File metadata and controls
43 lines (42 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[project]
name = "generative-ai-workshop"
version = "0.1.0"
description = "The world's best generative AI workshop."
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"accelerate>=1.11.0",
"bitsandbytes>=0.48.1",
"diffusers>=0.35.2",
"en-core-web-sm",
"ftfy>=6.3.1",
"gradio>=3.36.1",
"hf>=1.5.0",
"hf-xet>=1.2.0",
"imageio>=2.37.0",
"imageio-ffmpeg>=0.6.0",
"ipykernel>=7.1.0",
"ipywidgets>=8.1.7",
"kokoro>=0.9.4",
"numpy>=2.3.4",
"ollama>=0.6.0",
"openai-whisper>=20250625",
"opencv-python>=4.11.0.86",
"pillow>=12.0.0",
"pytesseract>=0.3.13",
"pyzmq>=27.1.0",
"requests>=2.32.5",
"scipy>=1.16.3",
"sentencepiece>=0.2.1",
"soundfile>=0.13.1",
"tensorboard>=2.20.0",
"transformers>=4.57.1",
"whisper>=1.1.10",
]
[dependency-groups]
dev = [
"pre-commit",
]
[tool.uv.sources]
en-core-web-sm = { url = "https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.8.0/en_core_web_sm-3.8.0-py3-none-any.whl" }
diffusers = { git = "https://github.com/huggingface/diffusers" }