Commit 9b49096
fix: Resolve macOS ARM backend crash and update Tauri dependencies
## macOS Backend Fix
- Pin numpy<2.0 in requirements.txt to fix PyInstaller bundling issue
- Add NumPy hidden imports to backend_server.spec for compatibility
- Fix requirements.txt encoding (UTF-16 → UTF-8)
Fixes 'ModuleNotFoundError: No module named numpy._core._exceptions'
on Apple Silicon (M1/M2/M3/M4) Macs.
## Tauri Dependencies Update
- Update @tauri-apps/plugin-dialog: 2.2.2 → 2.6.0
- Update @tauri-apps/plugin-opener: 2.0 → 2.5.3
- Update @tauri-apps/plugin-shell: 2.2.2 → 2.3.5
- Update @tauri-apps/plugin-updater: 2.9.0 → 2.10.0
- Update Rust crates to match NPM package versions
- Resolve Tauri version mismatch build errors
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent e1077d8 commit 9b49096
5 files changed
Lines changed: 1381 additions & 1242 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
8 | 27 | | |
9 | 28 | | |
10 | 29 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
0 commit comments