Skip to content

Commit 7ec80e6

Browse files
committed
nogil deps meson cython
1 parent ea7a939 commit 7ec80e6

File tree

2 files changed

+81
-76
lines changed

2 files changed

+81
-76
lines changed

pixi.lock

Lines changed: 79 additions & 74 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pixi.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ pip = "*"
7575

7676
[feature.nogil.dependencies]
7777
python-freethreading = "*"
78-
cython = ">=3.1.0" # build dependencies
79-
meson-python = ">=0.18.0" # build dependencies
78+
cython = ">=3.1.0,<3.2" # build dependencies
79+
meson-python = ">=0.18.0,<0.19" # build dependencies
8080

8181
[feature.nogil.pypi-dependencies]
8282
scikit-learn = ">=1.6.0"

0 commit comments

Comments
 (0)