From a9a4ff3cbb402ead97015b2e86949ec5c7bec573 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Thu, 31 Oct 2024 10:56:10 +0900 Subject: [PATCH] Add note about requirements lower bounds Since lower constraints job was removed the bounds are not actually tested. Add a note to explain the bounds are maintained on bast effort basis. Change-Id: I3350cdd124393f3e57f0b16e99ef3cc890d10cee --- requirements.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements.txt b/requirements.txt index e69de29..bbdc307 100644 --- a/requirements.txt +++ b/requirements.txt @@ -0,0 +1,3 @@ +# Requirements lower bounds listed here are our best effort to keep them up to +# date but we do not test them so no guarantee of having them all correct. If +# you find any incorrect lower bounds, let us know or propose a fix.