-
|
Can I update dependencies using PIP to the latest version? |
Beta Was this translation helpful? Give feedback.
Answered by
MacielG1
Mar 17, 2025
Replies: 1 comment
-
|
Yes, you can update dependencies to the latest version, but if it stops working, you can always use a virtual environment (venv) to isolate the dependencies for a specific project, like VodRecovery, for example. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Hlebka
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, you can update dependencies to the latest version, but if it stops working, you can always use a virtual environment (venv) to isolate the dependencies for a specific project, like VodRecovery, for example.