diff --git a/api/requirements.txt b/api/requirements.txt index c5dc8946..5b08b461 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -1,10 +1,12 @@ -Flask -Flask-Cors -pandas -nltk -scikit-learn -numpy -matplotlib -tensorflow -keras -torchtext \ No newline at end of file +scipy==1.11.4 +Flask==2.3.2 +Flask-Cors==4.0.0 +pandas==2.0.3 +nltk==3.8.1 +scikit-learn==1.3.0 +numpy==1.26.4 +matplotlib==3.7.1 +seaborn==0.13.0 +tensorflow==2.16.1 +keras==3.0.0 +torchtext