Pavankumar9026 commited on
Commit
aa7f853
·
1 Parent(s): b80778e

Add python version and requirements

Browse files
Files changed (2) hide show
  1. .python-version +1 -0
  2. requirements.txt +81 -0
.python-version ADDED
@@ -0,0 +1 @@
 
 
1
+ python-3.10.11
requirements.txt ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ absl-py==1.4.0
2
+ asttokens==2.2.1
3
+ astunparse==1.6.3
4
+ backcall==0.2.0
5
+ cachetools==5.3.1
6
+ certifi==2023.5.7
7
+ charset-normalizer==3.2.0
8
+ click==8.1.4
9
+ cloudpickle==2.2.1
10
+ colorama==0.4.6
11
+ comm==0.1.3
12
+ debugpy==1.6.7
13
+ decorator==5.1.1
14
+ executing==1.2.0
15
+ Flask==1.1.2
16
+ Flask-WTF==0.14.3
17
+ flatbuffers==23.5.26
18
+ gast==0.4.0
19
+ google-auth==2.22.0
20
+ google-auth-oauthlib==0.4.6
21
+ google-pasta==0.2.0
22
+ grpcio==1.56.0
23
+ gunicorn==20.1.0
24
+ h5py==3.8.0
25
+ idna==3.4
26
+ importlib-metadata==6.7.0
27
+ ipykernel==6.16.2
28
+ ipython==7.34.0
29
+ itsdangerous==2.0.1
30
+ jedi==0.18.2
31
+ Jinja2==3.0.0
32
+ jupyter_client==8.0.0a1
33
+ jupyter_core==5.0.0rc2
34
+ keras==2.10.0
35
+ Keras-Preprocessing==1.1.2
36
+ libclang==16.0.0
37
+ Markdown==3.4.3
38
+ MarkupSafe==2.1.3
39
+ matplotlib-inline==0.1.6
40
+ nest-asyncio==1.5.6
41
+ numpy==1.21.6
42
+ oauthlib==3.2.2
43
+ opt-einsum==3.3.0
44
+ packaging==23.1
45
+ parso==0.8.3
46
+ pickleshare==0.7.5
47
+ platformdirs==3.8.1
48
+ prompt-toolkit==3.0.39
49
+ protobuf==3.19.6
50
+ psutil==5.9.5
51
+ pure-eval==0.2.2
52
+ pyasn1==0.5.0
53
+ pyasn1-modules==0.3.0
54
+ Pygments==2.15.1
55
+ python-dateutil==2.8.2
56
+ python-dotenv==0.21.1
57
+ pyzmq==25.1.0
58
+ requests==2.31.0
59
+ requests-oauthlib==1.3.1
60
+ rsa==4.9
61
+ six==1.16.0
62
+ spyder-kernels==2.2.0
63
+ stack-data==0.6.2
64
+ tensorboard==2.10.1
65
+ tensorboard-data-server==0.6.1
66
+ tensorboard-plugin-wit==1.8.1
67
+ tensorflow==2.10.0
68
+ tensorflow-estimator==2.10.0
69
+ tensorflow-hub==0.13.0
70
+ tensorflow-io-gcs-filesystem==0.31.0
71
+ tensorflow-text==2.10.0
72
+ termcolor==2.3.0
73
+ tornado==6.2
74
+ traitlets==5.9.0
75
+ typing_extensions==4.7.1
76
+ urllib3==1.26.16
77
+ wcwidth==0.2.6
78
+ Werkzeug==2.0.3
79
+ wrapt==1.15.0
80
+ WTForms==2.3.3
81
+ zipp==3.15.0