You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git commit -m 'Adds JAX_TOOLBOX_VCS_EQUIVALENCY as a trigger to treat all github VCS installs for a package as equivalent. The spec of the last encountered version will be used'
129
-
EOF
130
126
131
-
# install all python packages system-wide.
132
-
ENV PIP_BREAK_SYSTEM_PACKAGES=1
133
-
# An extra flag `--ignore-installed` is added below, because of the following reason:
134
-
# after upgrading to ver 23.3.1 (from /opt/pip) `pip` tries to uninstall itself (default pip-24.0)
135
-
# and fails due to pip-24.0 has been installed with system tool `apt` but not `python`. So we keep
136
-
# both pip-24.0 and pip-23.3.1 in the system, but use 23.3.1 with equivalency patch (see above).
0 commit comments