hanantonio commited on
Commit
752a923
·
verified ·
1 Parent(s): ee6b157

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -7
requirements.txt CHANGED
@@ -3,12 +3,12 @@ streamlit==1.44.0
3
 
4
  # Data manipulation & visualization
5
  pandas==2.2.3
6
- numpy==1.25.3
7
- matplotlib==3.7.3
8
- seaborn==0.13.2
9
- plotly==6.3.0
10
- pillow==11.3.0
11
- wordcloud==1.9.4
12
 
13
  # NLP / Topic Modeling
14
  fastopic==1.0.1
@@ -23,7 +23,7 @@ torch==1.11.0
23
  torchvision==0.12.0
24
 
25
  # TensorFlow
26
- tensorflow==2.17.1
27
 
28
  # Hugging Face
29
  transformers==4.41.0
 
3
 
4
  # Data manipulation & visualization
5
  pandas==2.2.3
6
+ numpy
7
+ matplotlib
8
+ seaborn
9
+ plotly
10
+ pillow
11
+ wordcloud
12
 
13
  # NLP / Topic Modeling
14
  fastopic==1.0.1
 
23
  torchvision==0.12.0
24
 
25
  # TensorFlow
26
+ tensorflow==2.20.0
27
 
28
  # Hugging Face
29
  transformers==4.41.0