Spaces:
Runtime error
Runtime error
harsh13333
commited on
Commit
•
6161553
1
Parent(s):
a6b1f46
Update requirements.txt
Browse files- requirements.txt +79 -127
requirements.txt
CHANGED
@@ -1,127 +1,79 @@
|
|
1 |
-
absl-py==2.1.0
|
2 |
-
altair==5.3.0
|
3 |
-
asttokens==2.4.1
|
4 |
-
astunparse==1.6.3
|
5 |
-
attrs==23.2.0
|
6 |
-
backcall==0.2.0
|
7 |
-
beautifulsoup4==4.12.3
|
8 |
-
bleach==6.1.0
|
9 |
-
blinker==1.8.1
|
10 |
-
cachetools==5.3.3
|
11 |
-
certifi==2024.2.2
|
12 |
-
charset-normalizer==3.3.2
|
13 |
-
click==8.1.7
|
14 |
-
colorama==0.4.6
|
15 |
-
contourpy==1.2.1
|
16 |
-
cycler==0.12.1
|
17 |
-
decorator==5.1.1
|
18 |
-
defusedxml==0.7.1
|
19 |
-
docopt==0.6.2
|
20 |
-
executing==2.0.1
|
21 |
-
fastjsonschema==2.19.1
|
22 |
-
filelock==3.14.0
|
23 |
-
flatbuffers==24.3.25
|
24 |
-
fonttools==4.51.0
|
25 |
-
fsspec==2024.3.1
|
26 |
-
gast==0.5.4
|
27 |
-
gitdb==4.0.11
|
28 |
-
GitPython==3.1.43
|
29 |
-
google-pasta==0.2.0
|
30 |
-
grpcio==1.63.0
|
31 |
-
h5py==3.11.0
|
32 |
-
idna==3.7
|
33 |
-
importlib_metadata==7.1.0
|
34 |
-
importlib_resources==6.4.0
|
35 |
-
intel-openmp==2021.4.0
|
36 |
-
ipython==8.12.3
|
37 |
-
jedi==0.19.1
|
38 |
-
Jinja2==3.1.3
|
39 |
-
jsonschema==4.22.0
|
40 |
-
jsonschema-specifications==2023.12.1
|
41 |
-
jupyter_client==8.6.1
|
42 |
-
jupyter_core==5.7.2
|
43 |
-
jupyterlab_pygments==0.3.0
|
44 |
-
keras==3.3.3
|
45 |
-
kiwisolver==1.4.5
|
46 |
-
libclang==18.1.1
|
47 |
-
Markdown==3.6
|
48 |
-
markdown-it-py==3.0.0
|
49 |
-
MarkupSafe==2.1.5
|
50 |
-
matplotlib==3.8.4
|
51 |
-
matplotlib-inline==0.1.7
|
52 |
-
mdurl==0.1.2
|
53 |
-
mistune==3.0.2
|
54 |
-
mkl==2021.4.0
|
55 |
-
ml-dtypes==0.3.2
|
56 |
-
mpmath==1.3.0
|
57 |
-
namex==0.0.8
|
58 |
-
nbclient==0.10.0
|
59 |
-
nbconvert==7.16.4
|
60 |
-
nbformat==5.10.4
|
61 |
-
networkx==3.2.1
|
62 |
-
numpy==1.26.4
|
63 |
-
opencv-python==4.9.0.80
|
64 |
-
opt-einsum==3.3.0
|
65 |
-
optree==0.11.0
|
66 |
-
packaging==24.0
|
67 |
-
pandas==2.2.2
|
68 |
-
pandocfilters==1.5.1
|
69 |
-
parso==0.8.4
|
70 |
-
pickleshare==0.7.5
|
71 |
-
pillow==10.3.0
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
Pygments==2.17.2
|
81 |
-
pyparsing==3.1.2
|
82 |
-
python-dateutil==2.9.0.post0
|
83 |
-
python-dotenv==1.0.1
|
84 |
-
pytz==2024.1
|
85 |
-
pywin32==306
|
86 |
-
PyYAML==6.0.1
|
87 |
-
pyzmq==26.0.3
|
88 |
-
referencing==0.35.1
|
89 |
-
requests==2.31.0
|
90 |
-
rich==13.7.1
|
91 |
-
rpds-py==0.18.0
|
92 |
-
scipy==1.13.0
|
93 |
-
seaborn==0.13.2
|
94 |
-
six==1.16.0
|
95 |
-
smmap==5.0.1
|
96 |
-
soupsieve==2.5
|
97 |
-
stack-data==0.6.3
|
98 |
-
streamlit==1.34.0
|
99 |
-
sympy==1.12
|
100 |
-
tbb==2021.12.0
|
101 |
-
tenacity==8.2.3
|
102 |
-
tensorboard==2.16.2
|
103 |
-
tensorboard-data-server==0.7.2
|
104 |
-
tensorflow==2.16.1
|
105 |
-
tensorflow-intel==2.16.1
|
106 |
-
tensorflow-io-gcs-filesystem==0.31.0
|
107 |
-
termcolor==2.4.0
|
108 |
-
thop==0.1.1.post2209072238
|
109 |
-
tinycss2==1.3.0
|
110 |
-
toml==0.10.2
|
111 |
-
toolz==0.12.1
|
112 |
-
torch==2.3.0
|
113 |
-
torchvision==0.18.0
|
114 |
-
tornado==6.4
|
115 |
-
tqdm==4.66.2
|
116 |
-
traitlets==5.14.3
|
117 |
-
typing_extensions==4.11.0
|
118 |
-
tzdata==2024.1
|
119 |
-
ultralytics==8.2.6
|
120 |
-
urllib3==2.2.1
|
121 |
-
watchdog==4.0.0
|
122 |
-
wcwidth==0.2.13
|
123 |
-
webencodings==0.5.1
|
124 |
-
Werkzeug==3.0.2
|
125 |
-
wrapt==1.16.0
|
126 |
-
yarg==0.1.9
|
127 |
-
zipp==3.18.1
|
|
|
1 |
+
absl-py==2.1.0
|
2 |
+
altair==5.3.0
|
3 |
+
asttokens==2.4.1
|
4 |
+
astunparse==1.6.3
|
5 |
+
attrs==23.2.0
|
6 |
+
backcall==0.2.0
|
7 |
+
beautifulsoup4==4.12.3
|
8 |
+
bleach==6.1.0
|
9 |
+
blinker==1.8.1
|
10 |
+
cachetools==5.3.3
|
11 |
+
certifi==2024.2.2
|
12 |
+
charset-normalizer==3.3.2
|
13 |
+
click==8.1.7
|
14 |
+
colorama==0.4.6
|
15 |
+
contourpy==1.2.1
|
16 |
+
cycler==0.12.1
|
17 |
+
decorator==5.1.1
|
18 |
+
defusedxml==0.7.1
|
19 |
+
docopt==0.6.2
|
20 |
+
executing==2.0.1
|
21 |
+
fastjsonschema==2.19.1
|
22 |
+
filelock==3.14.0
|
23 |
+
flatbuffers==24.3.25
|
24 |
+
fonttools==4.51.0
|
25 |
+
fsspec==2024.3.1
|
26 |
+
gast==0.5.4
|
27 |
+
gitdb==4.0.11
|
28 |
+
GitPython==3.1.43
|
29 |
+
google-pasta==0.2.0
|
30 |
+
grpcio==1.63.0
|
31 |
+
h5py==3.11.0
|
32 |
+
idna==3.7
|
33 |
+
importlib_metadata==7.1.0
|
34 |
+
importlib_resources==6.4.0
|
35 |
+
intel-openmp==2021.4.0
|
36 |
+
ipython==8.12.3
|
37 |
+
jedi==0.19.1
|
38 |
+
Jinja2==3.1.3
|
39 |
+
jsonschema==4.22.0
|
40 |
+
jsonschema-specifications==2023.12.1
|
41 |
+
jupyter_client==8.6.1
|
42 |
+
jupyter_core==5.7.2
|
43 |
+
jupyterlab_pygments==0.3.0
|
44 |
+
keras==3.3.3
|
45 |
+
kiwisolver==1.4.5
|
46 |
+
libclang==18.1.1
|
47 |
+
Markdown==3.6
|
48 |
+
markdown-it-py==3.0.0
|
49 |
+
MarkupSafe==2.1.5
|
50 |
+
matplotlib==3.8.4
|
51 |
+
matplotlib-inline==0.1.7
|
52 |
+
mdurl==0.1.2
|
53 |
+
mistune==3.0.2
|
54 |
+
mkl==2021.4.0
|
55 |
+
ml-dtypes==0.3.2
|
56 |
+
mpmath==1.3.0
|
57 |
+
namex==0.0.8
|
58 |
+
nbclient==0.10.0
|
59 |
+
nbconvert==7.16.4
|
60 |
+
nbformat==5.10.4
|
61 |
+
networkx==3.2.1
|
62 |
+
numpy==1.26.4
|
63 |
+
opencv-python==4.9.0.80
|
64 |
+
opt-einsum==3.3.0
|
65 |
+
optree==0.11.0
|
66 |
+
packaging==24.0
|
67 |
+
pandas==2.2.2
|
68 |
+
pandocfilters==1.5.1
|
69 |
+
parso==0.8.4
|
70 |
+
pickleshare==0.7.5
|
71 |
+
pillow==10.3.0
|
72 |
+
python-dotenv==1.0.1
|
73 |
+
scipy==1.13.0
|
74 |
+
seaborn==0.13.2
|
75 |
+
streamlit==1.34.0
|
76 |
+
torch==2.3.0
|
77 |
+
torchvision==0.18.0
|
78 |
+
ultralytics==8.2.6
|
79 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|