diff --git a/ML Projects/Food-Vision/requirements.txt b/ML Projects/Food-Vision/requirements.txt index 7dd1251a4d..f942d681d1 100644 --- a/ML Projects/Food-Vision/requirements.txt +++ b/ML Projects/Food-Vision/requirements.txt @@ -1,3 +1,3 @@ -torch==1.12.0 +torch==1.13.1 torchvision==0.13.0 -gradio==3.1.4 +gradio==4.37.1 diff --git a/Machine Learning Model - Deployment/Car-Price-Prediction/requirements.txt b/Machine Learning Model - Deployment/Car-Price-Prediction/requirements.txt index e1d3aec9ec..77b4efc83d 100644 --- a/Machine Learning Model - Deployment/Car-Price-Prediction/requirements.txt +++ b/Machine Learning Model - Deployment/Car-Price-Prediction/requirements.txt @@ -1,3 +1,3 @@ -streamlit~=1.23.1 +streamlit~=1.36.0 xgboost pandas~=2.0.2 diff --git a/Machine Learning Model - Deployment/Laptop-Price-Predictor/requirements.txt b/Machine Learning Model - Deployment/Laptop-Price-Predictor/requirements.txt index 4e684d3536..649dc908ef 100644 --- a/Machine Learning Model - Deployment/Laptop-Price-Predictor/requirements.txt +++ b/Machine Learning Model - Deployment/Laptop-Price-Predictor/requirements.txt @@ -1,5 +1,5 @@ -streamlit==1.24.1 -scikit-learn==1.2.1 +streamlit==1.30.0 +scikit-learn==1.5.0 xgboost==1.7.6 pandas==1.5.3 numpy==1.25.0 \ No newline at end of file diff --git a/Machine Learning Model - Deployment/Movie-Recommender-System/requirements.txt b/Machine Learning Model - Deployment/Movie-Recommender-System/requirements.txt index 6c72151e78..a29c28554d 100644 --- a/Machine Learning Model - Deployment/Movie-Recommender-System/requirements.txt +++ b/Machine Learning Model - Deployment/Movie-Recommender-System/requirements.txt @@ -2,16 +2,16 @@ altair==5.0.1 attrs==23.1.0 blinker==1.6.2 cachetools==5.3.1 -certifi==2023.5.7 +certifi==2024.7.4 charset-normalizer==3.2.0 click==8.1.5 colorama==0.4.6 decorator==5.1.1 gitdb==4.0.10 -GitPython==3.1.32 -idna==3.4 +GitPython==3.1.41 +idna==3.7 importlib-metadata==6.8.0 -Jinja2==3.1.2 +Jinja2==3.1.4 jsonschema==4.18.3 jsonschema-specifications==2023.6.1 markdown-it-py==3.0.0 @@ -20,9 +20,9 @@ mdurl==0.1.2 numpy==1.25.1 packaging==23.1 pandas==1.5.3 -Pillow==9.5.0 +Pillow==10.3.0 protobuf==4.23.4 -pyarrow==12.0.1 +pyarrow==14.0.1 pydeck==0.8.1b0 Pygments==2.15.1 Pympler==1.0.1 @@ -30,20 +30,20 @@ python-dateutil==2.8.2 pytz==2023.3 pytz-deprecation-shim==0.1.0.post0 referencing==0.29.1 -requests==2.31.0 +requests==2.32.2 rich==13.4.2 rpds-py==0.8.10 six==1.16.0 smmap==5.0.0 -streamlit==1.24.1 +streamlit==1.30.0 tenacity==8.2.2 toml==0.10.2 toolz==0.12.0 -tornado==6.3.2 +tornado==6.4.1 typing_extensions==4.7.1 tzdata==2023.3 tzlocal==4.3.1 -urllib3==2.0.3 +urllib3==2.2.2 validators==0.20.0 watchdog==3.0.0 zipp==3.16.1 \ No newline at end of file diff --git a/Machine Learning Model - Deployment/SMS-Spam-Classifier/requirements.txt b/Machine Learning Model - Deployment/SMS-Spam-Classifier/requirements.txt index 18e45476e8..c095b426bb 100644 --- a/Machine Learning Model - Deployment/SMS-Spam-Classifier/requirements.txt +++ b/Machine Learning Model - Deployment/SMS-Spam-Classifier/requirements.txt @@ -1,3 +1,3 @@ streamlit nltk -scikit-learn==1.0.2 +scikit-learn==1.5.0 diff --git a/Python Projects/Book Scraper/requirements.txt b/Python Projects/Book Scraper/requirements.txt index 5b774e9eef..982d6432a1 100644 --- a/Python Projects/Book Scraper/requirements.txt +++ b/Python Projects/Book Scraper/requirements.txt @@ -1,4 +1,4 @@ beautifulsoup4==4.11.1 emoji==1.6.3 pyfiglet==0.8.post1 -Requests==2.31.0 +Requests==2.32.2 diff --git a/Python Projects/Guess the Number/requirements.txt b/Python Projects/Guess the Number/requirements.txt index 83f2939e82..4b70123b85 100644 --- a/Python Projects/Guess the Number/requirements.txt +++ b/Python Projects/Guess the Number/requirements.txt @@ -1 +1 @@ -Flask==2.1.3 +Flask==2.2.5 diff --git a/Python Projects/Movie Finder/requirements.txt b/Python Projects/Movie Finder/requirements.txt index db7cb9d4da..c987b27edd 100644 --- a/Python Projects/Movie Finder/requirements.txt +++ b/Python Projects/Movie Finder/requirements.txt @@ -1,2 +1,2 @@ -Requests==2.31.0 -streamlit==1.25.0 +Requests==2.32.2 +streamlit==1.30.0