Skip to content

Commit

Permalink
bugfix: another syntax to cover more cases
Browse files Browse the repository at this point in the history
  • Loading branch information
ens-lg4 committed Jan 17, 2025
1 parent 7902af5 commit f1c27b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loadgen_wheel_recipe/data_axs.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"python_major_dot_minor": [ "^^", "dig", "python_tool_entry.major_dot_minor" ],

"python_deps": [
[ "^^", "python_sync_pip_package", [[ "python_package", "package_name=setuptools", "pip_options='setuptools<=70.3.0'" ]] ],
[ "^^", "python_sync_pip_package", [[ "python_package", "package_name=setuptools", "installable===\"setuptools<=70.3.0\"" ]] ],
[ "^^", "python_sync_pip_package", [[ "python_package", "package_name=wheel" ]] ],
[ "^^", "python_sync_pip_package", [[ "python_package", "package_name=pybind11" ]] ]
],
Expand Down

0 comments on commit f1c27b2

Please sign in to comment.