mlcommons / GaNDLF

A generalizable application framework for segmentation, regression, and classification using PyTorch
https://gandlf.org
Apache License 2.0
158 stars 79 forks source link

Downgrade requests from newest version #871

Closed VukW closed 4 months ago

VukW commented 4 months ago

https://github.com/docker/docker-py/issues/3256

newly released requests==2.32.0 (2 days ago) breaks docker==7.0.0. Downgrading requests until docker make a fix

github-actions[bot] commented 4 months ago

MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.11%. Comparing base (f9512be) to head (c089c4b).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #871 +/- ## ========================================== + Coverage 95.09% 95.11% +0.01% ========================================== Files 122 122 Lines 8326 8326 ========================================== + Hits 7918 7919 +1 + Misses 408 407 -1 ``` | [Flag](https://app.codecov.io/gh/mlcommons/GaNDLF/pull/871/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mlcommons) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/mlcommons/GaNDLF/pull/871/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mlcommons) | `95.11% <ø> (+0.01%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mlcommons#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

Geeks-Sid commented 4 months ago

@VukW Let's keep a track of this as an issue as well please?

VukW commented 4 months ago

@VukW Let's keep a track of this as an issue as well please?

You're right, created the issue for future: https://github.com/mlcommons/GaNDLF/issues/872