From b4fec58f6b0a2dfffe9d18a8f807372068f52e75 Mon Sep 17 00:00:00 2001 From: Sylvain Leclerc Date: Fri, 12 Jul 2024 09:30:43 +0200 Subject: [PATCH] build: update tables and PyYaml versions for python > 3.8 (#2085) Current versions are not available as wheels for python > 3.8 For python 3.8, versions are unchanged. Signed-off-by: Sylvain Leclerc --- requirements.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 76c4f75c54..5a543c02fc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,12 +22,14 @@ pydantic~=1.9.0 PyQt5~=5.15.6 python-json-logger~=2.0.7 python-multipart~=0.0.5 -PyYAML~=5.4.1 +PyYAML~=5.4.1; python_version <= '3.9' +PyYAML~=5.3.1; python_version > '3.9' redis~=4.1.2 requests~=2.27.1 SQLAlchemy~=1.4.46 starlette~=0.17.1 -tables==3.6.1 +tables==3.6.1; python_version <= '3.8' +tables==3.9.2; python_version > '3.8' typing_extensions~=4.7.1 uvicorn[standard]~=0.15.0 xlsxwriter~=3.2.0