From 3a2baf51a650801569d6a5ae40dc330b0f8e7bb9 Mon Sep 17 00:00:00 2001 From: "Kim, Vinnam" Date: Mon, 22 Apr 2024 10:30:33 +0900 Subject: [PATCH 1/2] Fix Signed-off-by: Kim, Vinnam --- requirements-core.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-core.txt b/requirements-core.txt index 4567d776ce..c955b9dd33 100644 --- a/requirements-core.txt +++ b/requirements-core.txt @@ -31,7 +31,7 @@ scipy requests # Sampler -pandas~=1.4.0 +pandas>=1.4.0 # OpenVINO openvino>=2023.2.0 From 64ecd9a991797be8021262dabc544d1d9bc6d217 Mon Sep 17 00:00:00 2001 From: "Kim, Vinnam" Date: Mon, 22 Apr 2024 10:36:47 +0900 Subject: [PATCH 2/2] Update changelog.md Signed-off-by: Kim, Vinnam --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3665c7e43f..f895ba6e23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 () - Modify Numpy dependency constraint () +- Relax old pandas version constraint + () ## Apr. 2024 Release 1.6.0 ### New features