Skip to content

Commit 16fa006

Browse files
Update src/mqt/predictor/ml/predictor.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Signed-off-by: Shaobo-Zhou <109073755+Shaobo-Zhou@users.noreply.github.com>
1 parent 4d613a2 commit 16fa006

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/mqt/predictor/ml/predictor.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@
6161

6262
logger = logging.getLogger("mqt-predictor")
6363

64+
# Disable multiprocessing on Windows + Python 3.13+ due to missing _posixsubprocess module
65+
# in joblib's "loky" backend. See: https://github.com/joblib/joblib/issues/1621
6466
NO_PARALLEL = sys.platform == "win32" and sys.version_info >= (3, 13)
6567

6668

0 commit comments

Comments
 (0)