karthikmn commited on
Commit
61ad9fa
·
verified ·
1 Parent(s): 808ae02

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +99 -10
requirements.txt CHANGED
@@ -1,10 +1,99 @@
1
- opencv-python==4.11.0.86
2
- torch==1.13.0
3
- torchvision==0.14.0
4
- tensorflow==2.11.0
5
- gradio==3.7.0
6
- numpy==1.23.0
7
- h5py==3.6.0
8
- pandas==1.4.2
9
- scikit-learn==1.0.2
10
- seaborn==0.13.2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ��absl-py==2.1.0
2
+ asttokens==2.2.1
3
+ astunparse==1.6.3
4
+ attrs==23.2.0
5
+ backcall==0.2.0
6
+ blinker==1.8.2
7
+ cachetools==5.4.0
8
+ certifi==2024.7.4
9
+ charset-normalizer==3.3.2
10
+ click==8.1.7
11
+ colorama==0.4.6
12
+ comm==0.1.3
13
+ contourpy==1.2.0
14
+ cycler==0.12.1
15
+ debugpy==1.6.7
16
+ decorator==5.1.1
17
+ executing==1.2.0
18
+ flasgger==0.9.7.1
19
+ Flask==3.0.3
20
+ flatbuffers==24.3.25
21
+ fonttools==4.47.0
22
+ gast==0.6.0
23
+ google-auth==2.32.0
24
+ google-auth-oauthlib==1.2.1
25
+ google-pasta==0.2.0
26
+ grpcio==1.65.1
27
+ h5py==3.11.0
28
+ idna==3.7
29
+ ipykernel==6.23.0
30
+ ipython==8.13.2
31
+ itsdangerous==2.2.0
32
+ jedi==0.18.2
33
+ Jinja2==3.1.4
34
+ jsonschema==4.23.0
35
+ jsonschema-specifications==2023.12.1
36
+ jupyter_client==8.2.0
37
+ jupyter_core==5.3.0
38
+ keras==2.15.0
39
+ kiwisolver==1.4.5
40
+ libclang==18.1.1
41
+ Markdown==3.6
42
+ markdown-it-py==3.0.0
43
+ MarkupSafe==2.1.5
44
+ matplotlib==3.8.2
45
+ matplotlib-inline==0.1.6
46
+ mdurl==0.1.2
47
+ mistune==3.0.2
48
+ ml-dtypes==0.2.0
49
+ namex==0.0.8
50
+ nest-asyncio==1.5.6
51
+ numpy==1.26.4
52
+ oauthlib==3.2.2
53
+ opencv-python==4.10.0.84
54
+ opt-einsum==3.3.0
55
+ optree==0.12.1
56
+ packaging==24.1
57
+ Panda3D==1.10.13
58
+ pandas==2.0.2
59
+ parso==0.8.3
60
+ pickleshare==0.7.5
61
+ pillow==10.2.0
62
+ platformdirs==3.5.0
63
+ prompt-toolkit==3.0.38
64
+ protobuf==4.25.4
65
+ psutil==5.9.5
66
+ pure-eval==0.2.2
67
+ pyasn1==0.6.0
68
+ pyasn1_modules==0.4.0
69
+ pygame==2.1.2
70
+ Pygments==2.18.0
71
+ pyparsing==3.1.1
72
+ python-dateutil==2.8.2
73
+ pytz==2023.3
74
+ PyYAML==6.0.1
75
+ pyzmq==25.0.2
76
+ referencing==0.35.1
77
+ requests==2.32.3
78
+ requests-oauthlib==2.0.0
79
+ rich==13.7.1
80
+ rpds-py==0.19.1
81
+ rsa==4.9
82
+ six==1.16.0
83
+ stack-data==0.6.2
84
+ tensorboard==2.15.2
85
+ tensorboard-data-server==0.7.2
86
+ tensorflow==2.15.0
87
+ tensorflow-estimator==2.15.0
88
+ tensorflow-hub==0.16.1
89
+ tensorflow-io-gcs-filesystem==0.31.0
90
+ termcolor==2.4.0
91
+ tf_keras==2.15.1
92
+ tornado==6.3.1
93
+ traitlets==5.9.0
94
+ typing_extensions==4.12.2
95
+ tzdata==2023.3
96
+ urllib3==2.2.2
97
+ wcwidth==0.2.6
98
+ Werkzeug==3.0.3
99
+ wrapt==1.14.1