diff --git a/requirements.txt b/requirements.txt index 0754f61..d7e9ca8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ streamlit==0.45.0 pandas==0.25.3 # to scale, check out "modin" package # below are used only for visualizing the embeddings in streamlit matplotlib==3.1.2 # graph -scikit-learn==0.22 # TSNE \ No newline at end of file +scikit-learn==1.5.0 # TSNE \ No newline at end of file