Skip to content

Commit 70bf6d4

Browse files
fix(transformers): use Python 3.12
SciPy 1.18 requires Python 3.12 or newer. Keep this backend on a compatible portable Python for Linux and macOS builds. Assisted-by: Codex:gpt-5.6 [Codex]
1 parent f307966 commit 70bf6d4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

backend/python/transformers/install.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#!/bin/bash
22
set -e
33

4+
PYTHON_VERSION="3.12"
5+
PYTHON_PATCH="11"
6+
47
backend_dir=$(dirname $0)
58
if [ -d $backend_dir/common ]; then
69
source $backend_dir/common/libbackend.sh

0 commit comments

Comments
 (0)