diff --git a/requirements.txt b/requirements.txt index 90620a8f06ca594bcefd8ec0819704e739376d5b..e5c4b1f3026fdfd025ae0fa7bbe5b4839fd0b3fe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,13 +4,12 @@ Click==8.1.3 dtw==1.4.0 -hypothesis==6.55.0 matplotlib==3.5.3 numba==0.56.4 -numpy==1.21.6 +numpy==1.24.1 outlier-utils==0.0.3 -pyarrow==9.0.0 +pyarrow==10.0.1 pandas==1.3.5 -scikit-learn==1.0.2 +scikit-learn==1.2.0 scipy==1.7.3 typing_extensions==4.3.0 diff --git a/tests/requirements.txt b/tests/requirements.txt index 539d74b9d070974a0bda140d91dc58ff498aac84..9dbae67138f14716991f2e650fc7e3a14c890875 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -2,8 +2,9 @@ # # SPDX-License-Identifier: GPL-3.0-or-later +beautifulsoup4==4.11.1 +hypothesis==6.61.0 +Markdown==3.3.7 pytest==7.1.3 pytest-lazy-fixture==0.6.3 -Markdown==3.3.7 -beautifulsoup4==4.11.1 requests==2.27.1