NirajanBekoju
commited on
Commit
•
5038aa0
1
Parent(s):
464ed03
update requirements.txt file
Browse files- .gitignore +1 -0
- requirements.txt +38 -35
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
venv
|
requirements.txt
CHANGED
@@ -4,23 +4,23 @@ altair==5.1.2
|
|
4 |
annotated-types==0.6.0
|
5 |
anyio==3.7.1
|
6 |
arpa==0.1.0b4
|
7 |
-
asttokens
|
8 |
attrs==23.1.0
|
9 |
-
backcall
|
10 |
cachetools==5.3.2
|
11 |
certifi==2022.12.7
|
12 |
charset-normalizer==2.1.1
|
13 |
click==8.1.7
|
14 |
colorama==0.4.6
|
15 |
-
comm
|
16 |
contourpy==1.1.1
|
17 |
cycler==0.12.1
|
18 |
-
debugpy
|
19 |
-
decorator
|
20 |
dill==0.3.7
|
21 |
einops==0.7.0
|
22 |
exceptiongroup==1.2.0
|
23 |
-
executing
|
24 |
fastapi==0.104.1
|
25 |
ffmpy==0.3.1
|
26 |
filelock==3.9.0
|
@@ -37,16 +37,16 @@ httpx==0.25.1
|
|
37 |
huggingface-hub==0.17.3
|
38 |
idna==3.4
|
39 |
imageio==2.32.0
|
40 |
-
importlib-metadata
|
41 |
importlib-resources==6.1.0
|
42 |
-
ipykernel
|
43 |
-
ipython
|
44 |
-
jedi
|
45 |
Jinja2==3.1.2
|
46 |
jsonschema==4.20.0
|
47 |
jsonschema-specifications==2023.11.1
|
48 |
-
jupyter_client
|
49 |
-
jupyter_core
|
50 |
kiwisolver==1.4.5
|
51 |
lazy_loader==0.3
|
52 |
lightning-utilities==0.9.0
|
@@ -55,10 +55,10 @@ Markdown==3.5.1
|
|
55 |
markdown-it-py==3.0.0
|
56 |
MarkupSafe==2.1.2
|
57 |
matplotlib==3.7.3
|
58 |
-
matplotlib-inline
|
59 |
mdurl==0.1.2
|
60 |
mpmath==1.3.0
|
61 |
-
nest-asyncio
|
62 |
networkx==3.0
|
63 |
numpy==1.24.1
|
64 |
nvidia-cublas-cu12==12.1.3.1
|
@@ -76,34 +76,35 @@ nvidia-nvtx-cu12==12.1.105
|
|
76 |
oauthlib==3.2.2
|
77 |
opencv-python==4.8.1.78
|
78 |
orjson==3.9.10
|
79 |
-
packaging
|
80 |
pandarallel==1.6.5
|
81 |
pandas==2.0.3
|
82 |
-
parso
|
83 |
-
pexpect
|
84 |
-
phoenix-datasets
|
85 |
-
pickleshare
|
86 |
Pillow==9.3.0
|
|
|
87 |
pkgutil_resolve_name==1.3.10
|
88 |
-
platformdirs
|
89 |
-
prompt-toolkit
|
90 |
protobuf==4.24.4
|
91 |
-
psutil
|
92 |
-
ptyprocess
|
93 |
-
pure-eval
|
94 |
pyasn1==0.5.0
|
95 |
pyasn1-modules==0.3.0
|
96 |
pydantic==2.5.2
|
97 |
pydantic_core==2.14.5
|
98 |
pydub==0.25.1
|
99 |
-
Pygments
|
100 |
pyparsing==3.1.1
|
101 |
-
python-dateutil
|
102 |
python-multipart==0.0.6
|
103 |
pytz==2023.3.post1
|
104 |
PyWavelets==1.4.1
|
105 |
PyYAML==6.0.1
|
106 |
-
pyzmq
|
107 |
referencing==0.31.0
|
108 |
regex==2023.10.3
|
109 |
requests==2.28.1
|
@@ -114,10 +115,11 @@ rsa==4.9
|
|
114 |
scikit-image==0.21.0
|
115 |
scipy==1.10.1
|
116 |
semantic-version==2.10.0
|
|
|
117 |
shellingham==1.5.4
|
118 |
-
six
|
119 |
sniffio==1.3.0
|
120 |
-
stack-data
|
121 |
starlette==0.27.0
|
122 |
sympy==1.12
|
123 |
tensorboard==2.14.0
|
@@ -132,18 +134,19 @@ torchdata==0.7.1
|
|
132 |
torchmetrics==1.2.0
|
133 |
torchtext==0.16.1
|
134 |
torchvision==0.16.0+cpu
|
135 |
-
tornado
|
136 |
tqdm==4.66.1
|
137 |
-
traitlets
|
138 |
triton==2.1.0
|
139 |
typer==0.9.0
|
140 |
-
typing_extensions
|
141 |
tzdata==2023.3
|
142 |
urllib3==1.26.13
|
143 |
uvicorn==0.24.0.post1
|
144 |
-
vidaug
|
145 |
-
wcwidth
|
146 |
websockets==11.0.3
|
147 |
Werkzeug==3.0.1
|
|
|
148 |
xmltodict==0.13.0
|
149 |
-
zipp
|
|
|
4 |
annotated-types==0.6.0
|
5 |
anyio==3.7.1
|
6 |
arpa==0.1.0b4
|
7 |
+
asttokens==2.0.5
|
8 |
attrs==23.1.0
|
9 |
+
backcall==0.2.0
|
10 |
cachetools==5.3.2
|
11 |
certifi==2022.12.7
|
12 |
charset-normalizer==2.1.1
|
13 |
click==8.1.7
|
14 |
colorama==0.4.6
|
15 |
+
comm==0.1.2
|
16 |
contourpy==1.1.1
|
17 |
cycler==0.12.1
|
18 |
+
debugpy==1.6.7
|
19 |
+
decorator==5.1.1
|
20 |
dill==0.3.7
|
21 |
einops==0.7.0
|
22 |
exceptiongroup==1.2.0
|
23 |
+
executing==0.8.3
|
24 |
fastapi==0.104.1
|
25 |
ffmpy==0.3.1
|
26 |
filelock==3.9.0
|
|
|
37 |
huggingface-hub==0.17.3
|
38 |
idna==3.4
|
39 |
imageio==2.32.0
|
40 |
+
importlib-metadata==6.0.0
|
41 |
importlib-resources==6.1.0
|
42 |
+
ipykernel==6.25.0
|
43 |
+
ipython==8.12.2
|
44 |
+
jedi==0.18.1
|
45 |
Jinja2==3.1.2
|
46 |
jsonschema==4.20.0
|
47 |
jsonschema-specifications==2023.11.1
|
48 |
+
jupyter_client==8.1.0
|
49 |
+
jupyter_core==5.3.0
|
50 |
kiwisolver==1.4.5
|
51 |
lazy_loader==0.3
|
52 |
lightning-utilities==0.9.0
|
|
|
55 |
markdown-it-py==3.0.0
|
56 |
MarkupSafe==2.1.2
|
57 |
matplotlib==3.7.3
|
58 |
+
matplotlib-inline==0.1.6
|
59 |
mdurl==0.1.2
|
60 |
mpmath==1.3.0
|
61 |
+
nest-asyncio==1.5.6
|
62 |
networkx==3.0
|
63 |
numpy==1.24.1
|
64 |
nvidia-cublas-cu12==12.1.3.1
|
|
|
76 |
oauthlib==3.2.2
|
77 |
opencv-python==4.8.1.78
|
78 |
orjson==3.9.10
|
79 |
+
packaging==23.1
|
80 |
pandarallel==1.6.5
|
81 |
pandas==2.0.3
|
82 |
+
parso==0.8.3
|
83 |
+
pexpect==4.8.0
|
84 |
+
phoenix-datasets==0.0.1.dev0
|
85 |
+
pickleshare==0.7.5
|
86 |
Pillow==9.3.0
|
87 |
+
pip==23.3.1
|
88 |
pkgutil_resolve_name==1.3.10
|
89 |
+
platformdirs==3.10.0
|
90 |
+
prompt-toolkit==3.0.36
|
91 |
protobuf==4.24.4
|
92 |
+
psutil==5.9.0
|
93 |
+
ptyprocess==0.7.0
|
94 |
+
pure-eval==0.2.2
|
95 |
pyasn1==0.5.0
|
96 |
pyasn1-modules==0.3.0
|
97 |
pydantic==2.5.2
|
98 |
pydantic_core==2.14.5
|
99 |
pydub==0.25.1
|
100 |
+
Pygments==2.15.1
|
101 |
pyparsing==3.1.1
|
102 |
+
python-dateutil==2.8.2
|
103 |
python-multipart==0.0.6
|
104 |
pytz==2023.3.post1
|
105 |
PyWavelets==1.4.1
|
106 |
PyYAML==6.0.1
|
107 |
+
pyzmq==25.1.0
|
108 |
referencing==0.31.0
|
109 |
regex==2023.10.3
|
110 |
requests==2.28.1
|
|
|
115 |
scikit-image==0.21.0
|
116 |
scipy==1.10.1
|
117 |
semantic-version==2.10.0
|
118 |
+
setuptools==68.0.0
|
119 |
shellingham==1.5.4
|
120 |
+
six==1.16.0
|
121 |
sniffio==1.3.0
|
122 |
+
stack-data==0.2.0
|
123 |
starlette==0.27.0
|
124 |
sympy==1.12
|
125 |
tensorboard==2.14.0
|
|
|
134 |
torchmetrics==1.2.0
|
135 |
torchtext==0.16.1
|
136 |
torchvision==0.16.0+cpu
|
137 |
+
tornado==6.3.3
|
138 |
tqdm==4.66.1
|
139 |
+
traitlets==5.7.1
|
140 |
triton==2.1.0
|
141 |
typer==0.9.0
|
142 |
+
typing_extensions==4.7.1
|
143 |
tzdata==2023.3
|
144 |
urllib3==1.26.13
|
145 |
uvicorn==0.24.0.post1
|
146 |
+
vidaug==0.1
|
147 |
+
wcwidth==0.2.5
|
148 |
websockets==11.0.3
|
149 |
Werkzeug==3.0.1
|
150 |
+
wheel==0.41.2
|
151 |
xmltodict==0.13.0
|
152 |
+
zipp==3.11.0
|