Add requirements
Browse files- requirements.txt +61 -0
requirements.txt
ADDED
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
absl-py==1.4.0
|
2 |
+
asttokens==2.2.1
|
3 |
+
backcall==0.2.0
|
4 |
+
cachetools==5.3.0
|
5 |
+
certifi==2022.12.7
|
6 |
+
charset-normalizer==3.1.0
|
7 |
+
comm==0.1.2
|
8 |
+
contourpy==1.0.7
|
9 |
+
cycler==0.11.0
|
10 |
+
debugpy==1.6.5
|
11 |
+
decorator==5.1.1
|
12 |
+
entrypoints==0.4
|
13 |
+
executing==1.2.0
|
14 |
+
fonttools==4.38.0
|
15 |
+
google-auth==2.16.3
|
16 |
+
google-auth-oauthlib==0.4.6
|
17 |
+
grpcio==1.51.3
|
18 |
+
idna==3.4
|
19 |
+
ipykernel==6.20.2
|
20 |
+
ipython==8.8.0
|
21 |
+
jedi==0.18.2
|
22 |
+
jupyter_client==7.4.9
|
23 |
+
jupyter_core==5.1.3
|
24 |
+
kiwisolver==1.4.4
|
25 |
+
Markdown==3.4.3
|
26 |
+
MarkupSafe==2.1.2
|
27 |
+
matplotlib==3.6.3
|
28 |
+
matplotlib-inline==0.1.6
|
29 |
+
nest-asyncio==1.5.6
|
30 |
+
numpy==1.24.1
|
31 |
+
oauthlib==3.2.2
|
32 |
+
packaging==23.0
|
33 |
+
parso==0.8.3
|
34 |
+
pexpect==4.8.0
|
35 |
+
pickleshare==0.7.5
|
36 |
+
Pillow==9.4.0
|
37 |
+
platformdirs==2.6.2
|
38 |
+
prompt-toolkit==3.0.36
|
39 |
+
protobuf==4.22.1
|
40 |
+
psutil==5.9.4
|
41 |
+
ptyprocess==0.7.0
|
42 |
+
pure-eval==0.2.2
|
43 |
+
pyasn1==0.4.8
|
44 |
+
pyasn1-modules==0.2.8
|
45 |
+
Pygments==2.14.0
|
46 |
+
pyparsing==3.0.9
|
47 |
+
python-dateutil==2.8.2
|
48 |
+
pyzmq==25.0.0
|
49 |
+
requests==2.28.2
|
50 |
+
requests-oauthlib==1.3.1
|
51 |
+
rsa==4.9
|
52 |
+
six==1.16.0
|
53 |
+
stack-data==0.6.2
|
54 |
+
tensorboard==2.12.0
|
55 |
+
tensorboard-data-server==0.7.0
|
56 |
+
tensorboard-plugin-wit==1.8.1
|
57 |
+
tornado==6.2
|
58 |
+
traitlets==5.8.1
|
59 |
+
urllib3==1.26.15
|
60 |
+
wcwidth==0.2.6
|
61 |
+
Werkzeug==2.2.3
|