@staff0rd/assist 0.83.0 → 0.83.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15,20 +15,3 @@ dev = [
15
15
  "ruff>=0.8",
16
16
  ]
17
17
 
18
- [tool.setuptools]
19
- py-modules = [
20
- "audio_capture",
21
- "dispatch",
22
- "logger",
23
- "smart_turn",
24
- "stt",
25
- "vad",
26
- "voice_daemon",
27
- "wake_word",
28
- "setup_models",
29
- "list_devices",
30
- ]
31
-
32
- [build-system]
33
- requires = ["setuptools>=68"]
34
- build-backend = "setuptools.build_meta"
@@ -239,7 +239,7 @@ wheels = [
239
239
  [[package]]
240
240
  name = "assist-voice"
241
241
  version = "0.1.0"
242
- source = { editable = "." }
242
+ source = { virtual = "." }
243
243
  dependencies = [
244
244
  { name = "nemo-toolkit", extra = ["asr"] },
245
245
  { name = "numpy", version = "2.2.6", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.11'" },
@@ -3118,7 +3118,7 @@ name = "nvidia-cudnn-cu12"
3118
3118
  version = "9.10.2.21"
3119
3119
  source = { registry = "https://pypi.org/simple" }
3120
3120
  dependencies = [
3121
- { name = "nvidia-cublas-cu12" },
3121
+ { name = "nvidia-cublas-cu12", marker = "sys_platform == 'linux'" },
3122
3122
  ]
3123
3123
  wheels = [
3124
3124
  { url = "https://files.pythonhosted.org/packages/ba/51/e123d997aa098c61d029f76663dedbfb9bc8dcf8c60cbd6adbe42f76d049/nvidia_cudnn_cu12-9.10.2.21-py3-none-manylinux_2_27_x86_64.whl", hash = "sha256:949452be657fa16687d0930933f032835951ef0892b37d2d53824d1a84dc97a8", size = 706758467, upload-time = "2025-06-06T21:54:08.597Z" },
@@ -3129,7 +3129,7 @@ name = "nvidia-cufft-cu12"
3129
3129
  version = "11.3.3.83"
3130
3130
  source = { registry = "https://pypi.org/simple" }
3131
3131
  dependencies = [
3132
- { name = "nvidia-nvjitlink-cu12" },
3132
+ { name = "nvidia-nvjitlink-cu12", marker = "sys_platform == 'linux'" },
3133
3133
  ]
3134
3134
  wheels = [
3135
3135
  { url = "https://files.pythonhosted.org/packages/1f/13/ee4e00f30e676b66ae65b4f08cb5bcbb8392c03f54f2d5413ea99a5d1c80/nvidia_cufft_cu12-11.3.3.83-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:4d2dd21ec0b88cf61b62e6b43564355e5222e4a3fb394cac0db101f2dd0d4f74", size = 193118695, upload-time = "2025-03-07T01:45:27.821Z" },
@@ -3156,9 +3156,9 @@ name = "nvidia-cusolver-cu12"
3156
3156
  version = "11.7.3.90"
3157
3157
  source = { registry = "https://pypi.org/simple" }
3158
3158
  dependencies = [
3159
- { name = "nvidia-cublas-cu12" },
3160
- { name = "nvidia-cusparse-cu12" },
3161
- { name = "nvidia-nvjitlink-cu12" },
3159
+ { name = "nvidia-cublas-cu12", marker = "sys_platform == 'linux'" },
3160
+ { name = "nvidia-cusparse-cu12", marker = "sys_platform == 'linux'" },
3161
+ { name = "nvidia-nvjitlink-cu12", marker = "sys_platform == 'linux'" },
3162
3162
  ]
3163
3163
  wheels = [
3164
3164
  { url = "https://files.pythonhosted.org/packages/85/48/9a13d2975803e8cf2777d5ed57b87a0b6ca2cc795f9a4f59796a910bfb80/nvidia_cusolver_cu12-11.7.3.90-py3-none-manylinux_2_27_x86_64.whl", hash = "sha256:4376c11ad263152bd50ea295c05370360776f8c3427b30991df774f9fb26c450", size = 267506905, upload-time = "2025-03-07T01:47:16.273Z" },
@@ -3169,7 +3169,7 @@ name = "nvidia-cusparse-cu12"
3169
3169
  version = "12.5.8.93"
3170
3170
  source = { registry = "https://pypi.org/simple" }
3171
3171
  dependencies = [
3172
- { name = "nvidia-nvjitlink-cu12" },
3172
+ { name = "nvidia-nvjitlink-cu12", marker = "sys_platform == 'linux'" },
3173
3173
  ]
3174
3174
  wheels = [
3175
3175
  { url = "https://files.pythonhosted.org/packages/c2/f5/e1854cb2f2bcd4280c44736c93550cc300ff4b8c95ebe370d0aa7d2b473d/nvidia_cusparse_cu12-12.5.8.93-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:1ec05d76bbbd8b61b06a80e1eaf8cf4959c3d4ce8e711b65ebd0443bb0ebb13b", size = 288216466, upload-time = "2025-03-07T01:48:13.779Z" },
package/dist/index.js CHANGED
@@ -6,7 +6,7 @@ import { Command } from "commander";
6
6
  // package.json
7
7
  var package_default = {
8
8
  name: "@staff0rd/assist",
9
- version: "0.83.0",
9
+ version: "0.83.1",
10
10
  type: "module",
11
11
  main: "dist/index.js",
12
12
  bin: {
@@ -5399,14 +5399,12 @@ function checkLockFile() {
5399
5399
  }
5400
5400
  function bootstrapVenv() {
5401
5401
  if (existsSync24(getVenvPython())) return;
5402
- console.log("Creating Python virtual environment...");
5403
- execSync24(`uv venv "${voicePaths.venv}"`, { stdio: "inherit" });
5404
- console.log("Installing dependencies...");
5402
+ console.log("Setting up Python environment...");
5405
5403
  const pythonDir = getPythonDir();
5406
- execSync24(
5407
- `uv pip install --python "${getVenvPython()}" -e "${pythonDir}[dev]"`,
5408
- { stdio: "inherit" }
5409
- );
5404
+ execSync24(`uv sync --project "${pythonDir}" --no-install-project`, {
5405
+ stdio: "inherit",
5406
+ env: { ...process.env, UV_PROJECT_ENVIRONMENT: voicePaths.venv }
5407
+ });
5410
5408
  }
5411
5409
  function writeLockFile(pid) {
5412
5410
  const lockFile = getLockFile();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@staff0rd/assist",
3
- "version": "0.83.0",
3
+ "version": "0.83.1",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "bin": {