Add space

This commit is contained in:
oobabooga 2023-06-20 22:48:45 -03:00 committed by GitHub
parent a2116e8b2b
commit 80a615c3ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -125,7 +125,7 @@ def update_dependencies():
package_name = url.split("/")[-1].split("@")[0]
# Uninstall the package using pip
run_cmd("python -m pip uninstall -y" + package_name, environment=True)
run_cmd("python -m pip uninstall -y " + package_name, environment=True)
print(f"Uninstalled {package_name}")
# Installs/Updates dependencies from all requirements.txt