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