snaramirez872 commited on
Commit
21e431b
1 Parent(s): 3ba1b58

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +99 -0
requirements.txt ADDED
@@ -0,0 +1,99 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ altair==4.2.2
2
+ asttokens==2.2.1
3
+ attrs==22.2.0
4
+ backcall==0.2.0
5
+ blinker==1.6.1
6
+ cachetools==5.3.0
7
+ certifi==2022.12.7
8
+ charset-normalizer==3.1.0
9
+ click==8.1.3
10
+ colorama==0.4.6
11
+ comm==0.1.2
12
+ contourpy==1.0.7
13
+ cycler==0.11.0
14
+ debugpy==1.6.6
15
+ decorator==5.1.1
16
+ distlib==0.3.6
17
+ entrypoints==0.4
18
+ executing==1.2.0
19
+ filelock==3.10.6
20
+ Flask==2.2.3
21
+ fonttools==4.38.0
22
+ gitdb==4.0.10
23
+ GitPython==3.1.31
24
+ huggingface-hub==0.13.4
25
+ idna==3.4
26
+ importlib-metadata==6.2.1
27
+ ipykernel==6.21.2
28
+ ipython==8.11.0
29
+ itsdangerous==2.1.2
30
+ jedi==0.18.2
31
+ Jinja2==3.1.2
32
+ joblib==1.2.0
33
+ jsonschema==4.17.3
34
+ jupyter_client==8.0.3
35
+ jupyter_core==5.2.0
36
+ kiwisolver==1.4.4
37
+ markdown-it-py==2.2.0
38
+ MarkupSafe==2.1.2
39
+ matplotlib==3.7.1
40
+ matplotlib-inline==0.1.6
41
+ mdurl==0.1.2
42
+ mpmath==1.3.0
43
+ nest-asyncio==1.5.6
44
+ networkx==3.1
45
+ numpy==1.24.2
46
+ packaging==23.0
47
+ pandas==1.5.3
48
+ parso==0.8.3
49
+ pickleshare==0.7.5
50
+ Pillow==9.4.0
51
+ platformdirs==3.1.0
52
+ prompt-toolkit==3.0.38
53
+ protobuf==3.20.3
54
+ psutil==5.9.4
55
+ pure-eval==0.2.2
56
+ pyarrow==11.0.0
57
+ pydeck==0.8.0
58
+ Pygments==2.14.0
59
+ Pympler==1.0.1
60
+ pyparsing==3.0.9
61
+ pyrsistent==0.19.3
62
+ python-dateutil==2.8.2
63
+ pytz==2022.7.1
64
+ pytz-deprecation-shim==0.1.0.post0
65
+ pywin32==305
66
+ PyYAML==6.0
67
+ pyzmq==25.0.0
68
+ regex==2023.3.23
69
+ requests==2.28.2
70
+ rich==13.3.3
71
+ scikit-learn==1.2.1
72
+ scipy==1.10.1
73
+ seaborn==0.12.2
74
+ six==1.16.0
75
+ sklearn==0.0.post1
76
+ smmap==5.0.0
77
+ stack-data==0.6.2
78
+ streamlit==1.21.0
79
+ sympy==1.11.1
80
+ threadpoolctl==3.1.0
81
+ tokenizers==0.13.3
82
+ toml==0.10.2
83
+ toolz==0.12.0
84
+ torch==2.0.0
85
+ tornado==6.2
86
+ tqdm==4.65.0
87
+ traitlets==5.9.0
88
+ transformers==4.27.4
89
+ typing_extensions==4.5.0
90
+ tzdata==2023.3
91
+ tzlocal==4.3
92
+ urllib3==1.26.15
93
+ validators==0.20.0
94
+ vboxapi==1.0
95
+ virtualenv==20.21.0
96
+ watchdog==3.0.0
97
+ wcwidth==0.2.6
98
+ Werkzeug==2.2.3
99
+ zipp==3.15.0