diff --git a/requirements.txt b/requirements.txt index b2f3638..afa3641 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,16 +1,16 @@ -joblib==1.2.0 -librosa==0.9.2 -numpy==1.23.3 -hydra-core==1.2.0 -scikit-learn==1.1.2 -scipy==1.9.1 -torch==1.12.1 -tqdm==4.64.1 -mlflow==1.29.0 -protobuf==3.19.6 -boto3==1.24.86 -torchaudio==0.12.1 -huggingface-hu==0.10.0 -pytorch-lightning==1.7.7 -flake8==5.0.4 -black==22.8.0 \ No newline at end of file +black>=22.8.0 +boto3>=1.24.86 +flake8>=5.0.4 +huggingface-hu>=0.10.0 +hydra-core>=1.2.0 +joblib>=1.2.0 +librosa>=0.9.2 +mlflow>=1.29.0 +numpy>=1.23.3 +protobuf>=3.19.6 +pytorch-lightning>=1.7.7 +scikit-learn>=1.1.2 +scipy>=1.9.1 +torch>=1.12.1 +torchaudio>=0.12.1 +tqdm>=4.64.1