Spaces:
Sleeping
Sleeping
ankur-bohra
commited on
Commit
•
e140db4
1
Parent(s):
dfaee89
Update requirements.txt
Browse filesRemove windows specific requirements
- requirements.txt +7 -48
requirements.txt
CHANGED
@@ -2,27 +2,17 @@ aiofiles==23.1.0
|
|
2 |
aiohttp==3.8.5
|
3 |
aiosignal==1.3.1
|
4 |
altair==5.0.1
|
5 |
-
annotated-types==0.5.0
|
6 |
anyio==3.7.1
|
7 |
-
asttokens==2.2.1
|
8 |
async-timeout==4.0.2
|
9 |
attrs==23.1.0
|
10 |
-
backcall==0.2.0
|
11 |
-
backports.functools-lru-cache==1.6.5
|
12 |
certifi==2023.7.22
|
13 |
charset-normalizer==3.2.0
|
14 |
click==8.1.6
|
15 |
colorama==0.4.6
|
16 |
-
comm==0.1.3
|
17 |
contourpy==1.1.0
|
18 |
cycler==0.11.0
|
19 |
-
dataclasses-json==0.5.
|
20 |
-
datasets==2.14.1
|
21 |
-
debugpy==1.6.7
|
22 |
-
decorator==5.1.1
|
23 |
-
dill==0.3.7
|
24 |
exceptiongroup==1.1.2
|
25 |
-
executing==1.2.0
|
26 |
fastapi==0.100.1
|
27 |
ffmpy==0.3.1
|
28 |
filelock==3.12.2
|
@@ -37,87 +27,56 @@ httpcore==0.17.3
|
|
37 |
httpx==0.24.1
|
38 |
huggingface-hub==0.16.4
|
39 |
idna==3.4
|
40 |
-
importlib-metadata==6.8.0
|
41 |
-
importlib-resources==6.0.0
|
42 |
-
ipykernel==6.25.0
|
43 |
-
ipython==8.14.0
|
44 |
iso4217==1.11.20220401
|
45 |
-
jedi==0.18.2
|
46 |
Jinja2==3.1.2
|
47 |
jsonschema==4.18.4
|
48 |
jsonschema-specifications==2023.7.1
|
49 |
-
jupyter_client==8.3.0
|
50 |
-
jupyter_core==5.3.1
|
51 |
kiwisolver==1.4.4
|
52 |
-
langchain==0.0.
|
53 |
langsmith==0.0.15
|
54 |
linkify-it-py==2.0.2
|
55 |
markdown-it-py==2.2.0
|
56 |
MarkupSafe==2.1.3
|
57 |
marshmallow==3.20.1
|
58 |
matplotlib==3.7.2
|
59 |
-
matplotlib-inline==0.1.6
|
60 |
mdit-py-plugins==0.3.3
|
61 |
mdurl==0.1.2
|
62 |
multidict==6.0.4
|
63 |
-
multiprocess==0.70.15
|
64 |
mypy-extensions==1.0.0
|
65 |
-
nest-asyncio==1.5.6
|
66 |
numexpr==2.8.4
|
67 |
-
numpy==1.25.
|
68 |
openai==0.27.8
|
69 |
openapi-schema-pydantic==1.2.4
|
70 |
-
opencv-python-headless==4.8.0.74
|
71 |
orjson==3.9.2
|
72 |
packaging==23.1
|
73 |
pandas==2.0.3
|
74 |
-
parso==0.8.3
|
75 |
pdf2image==1.16.3
|
76 |
-
pickleshare==0.7.5
|
77 |
Pillow==10.0.0
|
78 |
-
pip==23.2.1
|
79 |
-
platformdirs==3.9.1
|
80 |
-
prompt-toolkit==3.0.39
|
81 |
-
psutil==5.9.5
|
82 |
-
pure-eval==0.2.2
|
83 |
-
pyarrow==12.0.1
|
84 |
pydantic==1.10.12
|
85 |
-
pydantic_core==2.4.0
|
86 |
pydub==0.25.1
|
87 |
-
Pygments==2.15.1
|
88 |
pyocr==0.8.3
|
89 |
pyparsing==3.0.9
|
90 |
-
pypdf==3.
|
91 |
python-dateutil==2.8.2
|
92 |
python-multipart==0.0.6
|
93 |
pytz==2023.3
|
94 |
-
pypiwin32==223
|
95 |
PyYAML==6.0.1
|
96 |
-
pyzmq==25.1.0
|
97 |
referencing==0.30.0
|
98 |
requests==2.31.0
|
99 |
rpds-py==0.9.2
|
100 |
semantic-version==2.10.0
|
101 |
-
setuptools==68.0.0
|
102 |
six==1.16.0
|
103 |
sniffio==1.3.0
|
104 |
SQLAlchemy==2.0.19
|
105 |
-
stack-data==0.6.2
|
106 |
starlette==0.27.0
|
107 |
tenacity==8.2.2
|
108 |
toolz==0.12.0
|
109 |
-
tornado==6.3.2
|
110 |
tqdm==4.65.0
|
111 |
-
traitlets==5.9.0
|
112 |
-
typing_extensions==4.7.1
|
113 |
typing-inspect==0.9.0
|
|
|
114 |
tzdata==2023.3
|
115 |
uc-micro-py==1.0.2
|
116 |
urllib3==2.0.4
|
117 |
-
uvicorn==0.23.
|
118 |
-
wcwidth==0.2.6
|
119 |
websockets==11.0.3
|
120 |
-
|
121 |
-
xxhash==3.3.0
|
122 |
-
yarl==1.9.2
|
123 |
-
zipp==3.16.2
|
|
|
2 |
aiohttp==3.8.5
|
3 |
aiosignal==1.3.1
|
4 |
altair==5.0.1
|
|
|
5 |
anyio==3.7.1
|
|
|
6 |
async-timeout==4.0.2
|
7 |
attrs==23.1.0
|
|
|
|
|
8 |
certifi==2023.7.22
|
9 |
charset-normalizer==3.2.0
|
10 |
click==8.1.6
|
11 |
colorama==0.4.6
|
|
|
12 |
contourpy==1.1.0
|
13 |
cycler==0.11.0
|
14 |
+
dataclasses-json==0.5.14
|
|
|
|
|
|
|
|
|
15 |
exceptiongroup==1.1.2
|
|
|
16 |
fastapi==0.100.1
|
17 |
ffmpy==0.3.1
|
18 |
filelock==3.12.2
|
|
|
27 |
httpx==0.24.1
|
28 |
huggingface-hub==0.16.4
|
29 |
idna==3.4
|
|
|
|
|
|
|
|
|
30 |
iso4217==1.11.20220401
|
|
|
31 |
Jinja2==3.1.2
|
32 |
jsonschema==4.18.4
|
33 |
jsonschema-specifications==2023.7.1
|
|
|
|
|
34 |
kiwisolver==1.4.4
|
35 |
+
langchain==0.0.248
|
36 |
langsmith==0.0.15
|
37 |
linkify-it-py==2.0.2
|
38 |
markdown-it-py==2.2.0
|
39 |
MarkupSafe==2.1.3
|
40 |
marshmallow==3.20.1
|
41 |
matplotlib==3.7.2
|
|
|
42 |
mdit-py-plugins==0.3.3
|
43 |
mdurl==0.1.2
|
44 |
multidict==6.0.4
|
|
|
45 |
mypy-extensions==1.0.0
|
|
|
46 |
numexpr==2.8.4
|
47 |
+
numpy==1.25.2
|
48 |
openai==0.27.8
|
49 |
openapi-schema-pydantic==1.2.4
|
|
|
50 |
orjson==3.9.2
|
51 |
packaging==23.1
|
52 |
pandas==2.0.3
|
|
|
53 |
pdf2image==1.16.3
|
|
|
54 |
Pillow==10.0.0
|
|
|
|
|
|
|
|
|
|
|
|
|
55 |
pydantic==1.10.12
|
|
|
56 |
pydub==0.25.1
|
|
|
57 |
pyocr==0.8.3
|
58 |
pyparsing==3.0.9
|
59 |
+
pypdf==3.14.0
|
60 |
python-dateutil==2.8.2
|
61 |
python-multipart==0.0.6
|
62 |
pytz==2023.3
|
|
|
63 |
PyYAML==6.0.1
|
|
|
64 |
referencing==0.30.0
|
65 |
requests==2.31.0
|
66 |
rpds-py==0.9.2
|
67 |
semantic-version==2.10.0
|
|
|
68 |
six==1.16.0
|
69 |
sniffio==1.3.0
|
70 |
SQLAlchemy==2.0.19
|
|
|
71 |
starlette==0.27.0
|
72 |
tenacity==8.2.2
|
73 |
toolz==0.12.0
|
|
|
74 |
tqdm==4.65.0
|
|
|
|
|
75 |
typing-inspect==0.9.0
|
76 |
+
typing_extensions==4.7.1
|
77 |
tzdata==2023.3
|
78 |
uc-micro-py==1.0.2
|
79 |
urllib3==2.0.4
|
80 |
+
uvicorn==0.23.2
|
|
|
81 |
websockets==11.0.3
|
82 |
+
yarl==1.9.2
|
|
|
|
|
|