diff --git a/manual-testing-sandbox/requirements.txt b/manual-testing-sandbox/requirements.txt index ada3292f349..5b727454578 100644 --- a/manual-testing-sandbox/requirements.txt +++ b/manual-testing-sandbox/requirements.txt @@ -4,16 +4,16 @@ pandas==1.3.3 scipy==1.7.1 # Web development -flask==2.0.2 +flask==2.2.5 django==4.2.17 # Request handling -requests==2.26.0 +requests==2.32.2 httpx==0.19.0 # Machine Learning -scikit-learn==0.24.2 -tensorflow==2.6.0 +scikit-learn==1.5.0 +tensorflow==2.12.1 # Data visualization matplotlib==3.4.3 @@ -21,16 +21,16 @@ seaborn==0.11.2 plotly==5.3.1 # Natural Language Processing -nltk==3.6.3 +nltk==3.9 spacy==3.1.2 # Deep Learning -torch==1.9.1 -keras==2.6.0 +torch==2.2.0 +keras==3.8.0 # Image processing -pillow==8.3.2 -opencv-python==4.5.3.56 +pillow==10.3.0 +opencv-python==4.8.1.78 # Data handling and manipulation beautifulsoup4==4.10.0 @@ -53,5 +53,5 @@ aiohttp==3.10.11 # Others jupyter==1.0.0 -gunicorn==20.1.0 +gunicorn==22.0.0 psycopg2==2.9.1 \ No newline at end of file