diff --git a/requirements.txt b/requirements.txt index b43e719..368ee16 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,11 @@ -beautifulsoup4==4.9.3 +beautifulsoup4>=4.9.3 colorama -lxml==4.6.4 -matplotlib==3.4.2 -numpy==1.20.3 -opencv-python==4.5.2.54 -pandas==1.2.5 -pangaeapy==0.0.5 -requests==2.25.1 -scikit-learn==0.24.2 +lxml>=4.6.4 +matplotlib>=3.4.2 +numpy>=1.20.3 +opencv-python>=4.5.2.54 +pandas>=1.2.5 +pangaeapy>=0.0.5 +requests>=2.25.1 +scikit-learn>=0.24.2 tqdm