File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,6 @@ def _parse(
76
76
* ,
77
77
hub_name ,
78
78
python_version ,
79
- _evaluate_markers_srcs = [],
80
79
add_libdir_to_library_search_path = False ,
81
80
auth_patterns = {},
82
81
download_only = False ,
@@ -104,7 +103,6 @@ def _parse(
104
103
whl_modifications = {},
105
104
** kwargs ):
106
105
return struct (
107
- _evaluate_markers_srcs = _evaluate_markers_srcs ,
108
106
auth_patterns = auth_patterns ,
109
107
add_libdir_to_library_search_path = add_libdir_to_library_search_path ,
110
108
download_only = download_only ,
@@ -275,14 +273,6 @@ torch==2.4.1 ; platform_machine != 'x86_64' \
275
273
available_interpreters = {
276
274
"python_3_15_host" : "unit_test_interpreter_target" ,
277
275
},
278
- evaluate_markers = lambda _ , requirements , ** __ : {
279
- key : [
280
- platform
281
- for platform in platforms
282
- if ("x86_64" in platform and "platform_machine ==" in key ) or ("x86_64" not in platform and "platform_machine !=" in key )
283
- ]
284
- for key , platforms in requirements .items ()
285
- },
286
276
)
287
277
288
278
pypi .is_reproducible ().equals (True )
You can’t perform that action at this time.
0 commit comments