From 45413bc91dc62ff0c73b5387494f92d999b8d691 Mon Sep 17 00:00:00 2001 From: "anastasia.birillo" Date: Thu, 6 Jul 2023 18:29:42 +0200 Subject: [PATCH] Fix versions --- data_collection/requirements.txt | 6 +++--- data_labelling/requirements.txt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/data_collection/requirements.txt b/data_collection/requirements.txt index 2a87a69..1b60157 100644 --- a/data_collection/requirements.txt +++ b/data_collection/requirements.txt @@ -1,7 +1,7 @@ +argparse==1.4.0 pandas==2.0.3 -pyyaml==6.0 -dataclasses-json==0.5.9 -hyperstyle==1.4.2 +requests==2.31.0 +dacite==1.8.1 pytest==7.4.0 pytest-runner==6.0.0 pytest-subtests==0.11.0 diff --git a/data_labelling/requirements.txt b/data_labelling/requirements.txt index 1b60157..2a87a69 100644 --- a/data_labelling/requirements.txt +++ b/data_labelling/requirements.txt @@ -1,7 +1,7 @@ -argparse==1.4.0 pandas==2.0.3 -requests==2.31.0 -dacite==1.8.1 +pyyaml==6.0 +dataclasses-json==0.5.9 +hyperstyle==1.4.2 pytest==7.4.0 pytest-runner==6.0.0 pytest-subtests==0.11.0