MoseleyBioinformaticsLab / gpu_tracker

Context manager and CLI that tracks the computational-resource-usage of a code block or shell command, particularly the GPU usage.
Other
4 stars 1 forks source link

Modify requirements.txt to enforce minimum versions #44

Closed erikhuck closed 2 months ago

erikhuck commented 2 months ago

This still requires testing, but we suspect that if we set the dependency requirements to a minimum version using the >= syntax, that may force a re-install / upgrade of the dependencies to the minimum required version if that dependency already exists in the environment of a user. We need to confirm this, but if we confirm this to be the case, we should publish a version 3.0.1 that contains the updated requirements.txt.

This was inspired by this issue.