flokabukie commited on
Commit
e25aa29
1 Parent(s): a5475c4

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +42 -0
requirements.txt ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ distlib==0.3.6
2
+ entrypoints==0.4
3
+ exceptiongroup==1.0.4
4
+ executing==0.8.3
5
+ fastapi==0.95.1
6
+ huggingface-hub @ git+https://github.com/huggingface/huggingface_hub.git@66c3ff14e763f08912f739892da96546a75e77d9
7
+ joblib==1.2.0
8
+ matplotlib==3.6.2
9
+ matplotlib-inline==0.1.6
10
+ mdit-py-plugins==0.3.3
11
+ mdurl==0.1.2
12
+ mistune==2.0.4
13
+ mpmath==1.3.0
14
+ multidict==6.0.4
15
+ multimethod==1.9.1
16
+ multiprocess==0.70.14
17
+ mypy-extensions==0.4.3
18
+ nbclient==0.6.8
19
+ nbconvert==7.2.5
20
+ nbformat==5.6.0
21
+ nest-asyncio==1.5.5
22
+ networkx==3.0
23
+ nltk==3.8.1
24
+ notebook==6.4.12
25
+ numpy==1.23.5
26
+ orjson==3.8.10
27
+ p2j==1.3.2
28
+ packaging==21.3
29
+ pandas==1.5.1
30
+ pandas-datareader==0.10.0
31
+ pandas-profiling==3.6.2
32
+ pandocfilters==1.5.0
33
+ pycparser==2.21
34
+ pydantic==1.10.4
35
+ scikit-learn==1.0.2
36
+ scipy==1.9.3
37
+ seaborn==0.12.1
38
+ transformers==4.28.1
39
+ uvicorn==0.21.1
40
+ vaderSentiment==3.3.2
41
+ ydata-profiling==0.0.dev0
42
+