Skip to content

Commit caf72cc

Browse files
committed
feat: uses UV py management for frontend installer
1 parent ccf68ec commit caf72cc

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

Pyproject.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[project]
2+
name = "speech-to-cobot"
3+
version = "0.1.0"
4+
description = "Speech-to-Code Generation for Collaborative Robots"
5+
requires-python = "==3.12.*"
6+
dependencies = []
7+
8+
[dependency-groups]
9+
frontend = [
10+
"numpy==2.4.3",
11+
"PyAudio==0.2.14",
12+
"requests==2.32.5",
13+
"ttkbootstrap==1.20.2",
14+
"openai-whisper==20250625",
15+
"pyzmq==27.1.0",
16+
]

requirements.txt

-1.14 KB
Binary file not shown.

0 commit comments

Comments
 (0)