Create requirements.txt
Browse files- requirements.txt +28 -0
requirements.txt
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
plotly==5.15.0
|
2 |
+
matplotlib==3.7.1
|
3 |
+
matplotlib-inline==0.1.6
|
4 |
+
matplotlib-venn==0.11.9
|
5 |
+
nltk==3.8.1
|
6 |
+
notebook==6.4.8
|
7 |
+
numpy==1.22.4
|
8 |
+
pandas==1.5.3
|
9 |
+
pandas-datareader==0.10.0
|
10 |
+
pandas-gbq==0.17.9
|
11 |
+
pandocfilters==1.5.0
|
12 |
+
scikit-image==0.19.3
|
13 |
+
scikit-learn==1.2.2
|
14 |
+
scipy==1.10.1
|
15 |
+
sklearn-pandas==2.2.0
|
16 |
+
tensorflow==2.12.0
|
17 |
+
threadpoolctl==3.1.0
|
18 |
+
tifffile==2023.4.12
|
19 |
+
tokenizers==0.13.3
|
20 |
+
toml==0.10.2
|
21 |
+
tomli==2.0.1
|
22 |
+
torch==2.0.0
|
23 |
+
torchdata==0.6.0
|
24 |
+
torchvision
|
25 |
+
torchsummary==1.5.1
|
26 |
+
torchtext==0.15.1
|
27 |
+
transformers==4.28.1
|
28 |
+
tweepy==4.13.0
|