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
Use uv for dependency management and use it to produce a locked requirements file with which Mava is guaranteed to run.
Why?
uv can produce great compiled and locked requirements files. It is also a lot faster than using pip and is a drop in replacement for it.
How?
Make a locked requirements file and updated the README to suggest uv. The locked requirements file will still work with normal pip, but uv will just be a lot faster.
The text was updated successfully, but these errors were encountered:
Please describe what needs to be maintained?
Use uv for dependency management and use it to produce a locked requirements file with which Mava is guaranteed to run.
Why?
uv can produce great compiled and locked requirements files. It is also a lot faster than using
pip
and is a drop in replacement for it.How?
Make a locked requirements file and updated the README to suggest uv. The locked requirements file will still work with normal
pip
, but uv will just be a lot faster.The text was updated successfully, but these errors were encountered: