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
SUMMARY:
Add lower bound for required dependencies that currently don't set a
version yet. Specifically:
- "loguru>=0.7.2" # 0.7.2 released on 9/11/2023;
# latest 0.7.3 released on 12/6/2024.
- "datasets>=3.0.0" # 3.0.0 released on 9/11/2024;
# latest 4.0.0 released on 7/9/2025.
- "pynvml>=11.5.3" # 11.5.3 released on 7/16/2024;
# latest 12.0.0 released on 12/4/2024
- "pillow>=10.4.0" # 10.4.0 released on 7/1/2024;
# latest 11.3.0 released on 7/1/2025
When we're ready for next release, there will be another PR to set the
upper bound based on the latest version at the time of releasing.
TEST PLAN:
All tests
Signed-off-by: Dan Huang <[email protected]>
0 commit comments