astroarya commited on
Commit
7631659
·
1 Parent(s): e5f69bb

Update requirement.txt

Browse files
Files changed (1) hide show
  1. requirement.txt +98 -111
requirement.txt CHANGED
@@ -1,131 +1,118 @@
1
- altair==4.2.0
2
- altair==4.2.0
3
- argon2-cffi==21.3.0
4
- argon2-cffi-bindings==21.2.0
5
- asttokens==2.0.8
6
- attrs==22.1.0
7
  backcall==0.2.0
8
- beautifulsoup4==4.11.1
9
- bleach==5.0.1
10
- blinker==1.5
11
- cachetools==5.2.0
12
- certifi==2022.9.24
13
- cffi==1.15.1
14
- charset-normalizer==2.1.1
15
  click==8.1.3
16
- colorama==0.4.5
17
- commonmark==0.9.1
18
- contourpy==1.0.5
 
19
  cycler==0.11.0
20
- debugpy==1.6.3
 
21
  decorator==5.1.1
22
- defusedxml==0.7.1
23
- entrypoints==0.4
24
  et-xmlfile==1.1.0
25
- executing==1.1.0
26
- fastjsonschema==2.16.2
27
- fonttools==4.37.4
28
- fsspec==2022.8.2
29
- gitdb==4.0.10
30
- GitPython==3.1.30
31
- htmlmin==0.1.12
 
 
 
32
  idna==3.4
33
- ImageHash==4.3.1
34
- importlib-metadata==6.0.0
35
- ipykernel==6.16.0
36
- ipython==8.5.0
37
- ipython-genutils==0.2.0
38
- ipywidgets==8.0.2
39
- jedi==0.18.1
40
  Jinja2==3.1.2
41
- joblib==1.1.1
42
- jsonschema==4.16.0
43
- jupyter==1.0.0
44
- jupyter-console==6.4.4
45
- jupyter-core==4.11.1
46
- jupyter_client==7.3.5
47
- jupyterlab-pygments==0.2.2
48
- jupyterlab-widgets==3.0.3
49
  kiwisolver==1.4.4
50
- MarkupSafe==2.1.1
51
- matplotlib==3.5.3
 
 
 
52
  matplotlib-inline==0.1.6
53
- missingno==0.5.1
54
- mistune==2.0.4
55
- multimethod==1.8
56
- nbclient==0.6.8
57
- nbconvert==7.1.0
58
- nbformat==5.6.1
59
  nest-asyncio==1.5.6
60
- networkx==2.8.7
61
- notebook==6.4.12
62
- numpy==1.23.3
63
- openpyxl==3.0.10
64
- packaging==21.3
65
- pandas==1.4.4
66
- pandas-profiling==3.3.0
67
- pandocfilters==1.5.0
68
  parso==0.8.3
69
- patsy==0.5.3
70
- phik==0.12.2
71
  pickleshare==0.7.5
72
- Pillow==9.2.0
73
- prometheus-client==0.14.1
74
- prompt-toolkit==3.0.31
75
- protobuf==3.20.3
76
- psutil==5.9.2
 
 
77
  pure-eval==0.2.2
78
- pyarrow==10.0.1
79
- pycparser==2.21
80
- pydantic==1.9.2
81
- pydeck==0.8.0
82
- Pygments==2.13.0
83
- Pympler==1.0.1
84
  pyparsing==3.0.9
85
- pyrsistent==0.18.1
86
  python-dateutil==2.8.2
87
- pytz==2022.4
88
- pytz-deprecation-shim==0.1.0.post0
89
- PyWavelets==1.4.1
90
- pywin32==304
91
- pywinpty==2.0.8
92
- PyYAML==6.0
93
- pyzmq==24.0.1
94
- qtconsole==5.3.2
95
- QtPy==2.2.1
96
- regex==2022.10.31
97
- requests==2.28.1
98
- rich==13.0.1
99
- scikit-learn==1.1.2
100
- scipy==1.9.1
101
- seaborn==0.11.2
102
- semver==2.13.0
103
- Send2Trash==1.8.0
104
  six==1.16.0
105
- smmap==5.0.0
106
- soupsieve==2.3.2.post1
107
- stack-data==0.5.1
108
- statsmodels==0.13.2
109
- streamlit==1.16.0
110
- tangled-up-in-unicode==0.2.0
111
- terminado==0.16.0
 
 
 
 
 
 
 
 
112
  threadpoolctl==3.1.0
113
- tinycss2==1.1.1
114
- toml==0.10.2
115
- toolz==0.12.0
116
  tornado==6.2
117
- tqdm==4.64.1
118
- traitlets==5.4.0
119
- typing_extensions==4.4.0
120
- tzdata==2022.7
121
- tzlocal==4.2
122
- urllib3==1.26.12
123
- validators==0.20.0
124
- visions==0.7.5
125
- watchdog==2.2.1
126
- wcwidth==0.2.5
127
- webencodings==0.5.1
128
- widgetsnbextension==4.0.3
129
- zipp==3.11.0
130
  streamlit
131
  pywin32
 
1
+ absl-py==1.4.0
2
+ asttokens==2.2.1
3
+ astunparse==1.6.3
 
 
 
4
  backcall==0.2.0
5
+ blis==0.7.9
6
+ cachetools==5.3.0
7
+ catalogue==2.0.8
8
+ certifi==2022.12.7
9
+ charset-normalizer==3.0.1
 
 
10
  click==8.1.3
11
+ colorama==0.4.6
12
+ comm==0.1.2
13
+ confection==0.0.4
14
+ contourpy==1.0.7
15
  cycler==0.11.0
16
+ cymem==2.0.7
17
+ debugpy==1.6.6
18
  decorator==5.1.1
19
+ docopt==0.6.2
 
20
  et-xmlfile==1.1.0
21
+ executing==1.2.0
22
+ flatbuffers==23.1.21
23
+ fonttools==4.38.0
24
+ fsspec==2023.1.0
25
+ gast==0.4.0
26
+ google-auth==2.16.2
27
+ google-auth-oauthlib==0.4.6
28
+ google-pasta==0.2.0
29
+ grpcio==1.51.3
30
+ h5py==3.8.0
31
  idna==3.4
32
+ ipykernel==6.21.2
33
+ ipython==8.11.0
34
+ jax==0.4.10
35
+ jedi==0.18.2
 
 
 
36
  Jinja2==3.1.2
37
+ joblib==1.2.0
38
+ jupyter_client==8.0.3
39
+ jupyter_core==5.2.0
40
+ keras==2.10.0
41
+ Keras-Preprocessing==1.1.2
 
 
 
42
  kiwisolver==1.4.4
43
+ langcodes==3.3.0
44
+ libclang==15.0.6.1
45
+ Markdown==3.4.1
46
+ MarkupSafe==2.1.2
47
+ matplotlib==3.7.0
48
  matplotlib-inline==0.1.6
49
+ ml-dtypes==0.1.0
50
+ murmurhash==1.0.9
51
+ mysql-connector-python==8.0.32
 
 
 
52
  nest-asyncio==1.5.6
53
+ nltk==3.8.1
54
+ numpy==1.23.5
55
+ oauthlib==3.2.2
56
+ opencv-python==4.7.0.72
57
+ openpyxl==3.1.1
58
+ opt-einsum==3.3.0
59
+ packaging==23.0
60
+ pandas==1.5.3
61
  parso==0.8.3
62
+ pathy==0.10.1
 
63
  pickleshare==0.7.5
64
+ Pillow==9.4.0
65
+ pipreqs==0.4.13
66
+ platformdirs==3.1.0
67
+ preshed==3.0.8
68
+ prompt-toolkit==3.0.38
69
+ protobuf==3.19.6
70
+ psutil==5.9.4
71
  pure-eval==0.2.2
72
+ pyasn1==0.4.8
73
+ pyasn1-modules==0.2.8
74
+ pydantic==1.10.7
75
+ pygame==2.2.0
76
+ Pygments==2.14.0
 
77
  pyparsing==3.0.9
 
78
  python-dateutil==2.8.2
79
+ pytz==2022.7.1
80
+ pywin32==305
81
+ pyzmq==25.0.0
82
+ regex==2023.5.5
83
+ requests==2.28.2
84
+ requests-oauthlib==1.3.1
85
+ rsa==4.9
86
+ scikit-learn==1.2.1
87
+ scipy==1.10.1
88
+ seaborn==0.12.2
 
 
 
 
 
 
 
89
  six==1.16.0
90
+ smart-open==6.3.0
91
+ spacy==3.5.3
92
+ spacy-legacy==3.0.12
93
+ spacy-loggers==1.0.4
94
+ srsly==2.4.6
95
+ stack-data==0.6.2
96
+ tensorboard==2.10.1
97
+ tensorboard-data-server==0.6.1
98
+ tensorboard-plugin-wit==1.8.1
99
+ tensorflow-estimator==2.10.0
100
+ tensorflow-gpu==2.10.0
101
+ tensorflow-intel==2.12.0
102
+ tensorflow-io-gcs-filesystem==0.31.0
103
+ termcolor==2.2.0
104
+ thinc==8.1.10
105
  threadpoolctl==3.1.0
 
 
 
106
  tornado==6.2
107
+ tqdm==4.65.0
108
+ traitlets==5.9.0
109
+ typer==0.7.0
110
+ typing_extensions==4.5.0
111
+ urllib3==1.26.14
112
+ wasabi==1.1.1
113
+ wcwidth==0.2.6
114
+ Werkzeug==2.2.3
115
+ wrapt==1.14.1
116
+ yarg==0.1.9
 
 
 
117
  streamlit
118
  pywin32