File tree 2 files changed +16
-0
lines changed
graalpython/lib-graalpython/patches 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -618,6 +618,11 @@ version = '== 0.3.3'
618
618
patch = ' safetensors-0.3.3.patch'
619
619
license = ' Apache-2.0'
620
620
621
+ [[scikit-build-core .rules ]]
622
+ version = ' ~= 0.11.0'
623
+ patch = ' scikit-build-core.patch'
624
+ license = ' Apache-2.0'
625
+
621
626
[[scikit-learn .rules ]]
622
627
version = ' == 1.5.2'
623
628
patch = ' scikit-learn-1.5.2.patch'
Original file line number Diff line number Diff line change
1
+ --- a/scikit_build_core/_vendor/pyproject_metadata/__init__.py
2
+ +++ b/scikit_build_core/_vendor/pyproject_metadata/__init__.py
3
+ @@ -308,7 +308,7 @@
4
+ project = pyproject_table["project"]
5
+ project_dir = pathlib.Path(project_dir)
6
+
7
+ - if not allow_extra_keys:
8
+ + if False:
9
+ extra_keys = extras_project(data)
10
+ if extra_keys:
11
+ extra_keys_str = ", ".join(sorted(f"{k!r}" for k in extra_keys))
You can’t perform that action at this time.
0 commit comments