From e3ef5d3f4dd848fb0f02774302044f61db651a6e Mon Sep 17 00:00:00 2001 From: Maksim Proshin Date: Tue, 2 Jan 2024 20:25:34 +0400 Subject: [PATCH] Remove pyparsing limitation from tests (#2359) ### Changes As stated in the title ### Reason for changes These are the leftovers from #2241. ### Related tickets 69520 ### Tests torch/TF precommit --------- Co-authored-by: Vasily Shamporov --- tests/tensorflow/requirements.txt | 2 -- tests/torch/requirements.txt | 2 -- 2 files changed, 4 deletions(-) diff --git a/tests/tensorflow/requirements.txt b/tests/tensorflow/requirements.txt index 64772146cb5..3d113a8c59c 100644 --- a/tests/tensorflow/requirements.txt +++ b/tests/tensorflow/requirements.txt @@ -14,5 +14,3 @@ virtualenv # TODO: remove after upgrade to TF 2.13 filelock<3.12.3 -# Ticket 69520 -pyparsing<3.0 diff --git a/tests/torch/requirements.txt b/tests/torch/requirements.txt index e7b855cc7cc..297cb302f19 100644 --- a/tests/torch/requirements.txt +++ b/tests/torch/requirements.txt @@ -6,8 +6,6 @@ pytest-mock>=3.3.1 pytest-cov pytest-dependency>=0.5.1 virtualenv -# Ticket 69520 -pyparsing<3.0 # Required for search_building_blocks tests transformers[torch]~=4.36.0