Skip to content

Commit

Permalink
Fix the requirements.txt conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
srbhr committed Mar 25, 2024
1 parent 18a19b5 commit bdee68c
Showing 1 changed file with 59 additions and 7 deletions.
66 changes: 59 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,28 +1,58 @@
aiohttp==3.8.6
aiosignal==1.3.1
altair==5.0.1
anyio==4.0.0
arabic-reshaper==3.0.0
asn1crypto==1.5.1
async-timeout==4.0.3
attrs==23.1.0
backoff==2.2.1
beautifulsoup4==4.12.2
blinker==1.6.2
blis==0.7.9
cachetools==5.3.1
catalogue==2.0.8
certifi==2023.7.22
cffi==1.16.0
charset-normalizer==3.2.0
click==8.1.5
cohere==5.1.2
coloredlogs==15.0.1
confection==0.1.0
contourpy==1.1.0
cryptography==41.0.4
cssselect2==0.7.0
cycler==0.11.0
cymem==2.0.7
cytoolz==0.12.1
decorator==5.1.1
easygui==0.98.3
en-core-web-md @ https://github.com/explosion/spacy-models/releases/download/en_core_web_md-3.6.0/en_core_web_md-3.6.0-py3-none-any.whl#sha256=1618fc62e7aedc2b778caa3ea6e9c8280beac3b83fe7b93316cbb9e8f3abe7c5
en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.6.0/en_core_web_sm-3.6.0-py3-none-any.whl#sha256=83276fc78a70045627144786b52e1f2728ad5e29e5e43916ec37ea9c26a11212
Faker==19.1.0
fastavro==1.8.2
fastembed==0.2.4
favicon==0.7.0
filelock==3.13.1
flatbuffers==24.3.7
floret==0.10.3
fonttools==4.43.0
frozenlist==1.4.0
fsspec==2024.3.1
gitdb==4.0.10
GitPython==3.1.41
grpcio==1.59.0
grpcio-tools==1.59.0
h11==0.14.0
h2==4.1.0
hpack==4.0.0
htbuilder==0.6.2
html5lib==1.1
httpcore==0.18.0
httpx==0.25.0
huggingface-hub==0.20.3
humanfriendly==10.0
hyperframe==6.0.1
idna==3.4
importlib-metadata==6.8.0
jellyfish==1.0.0
Expand All @@ -32,6 +62,7 @@ jsonschema==4.18.3
jsonschema-specifications==2023.6.1
kiwisolver==1.4.4
langcodes==3.3.0
loguru==0.7.2
lxml==4.9.3
Markdown==3.4.3
markdown-it-py==3.0.0
Expand All @@ -40,33 +71,48 @@ MarkupSafe==2.1.3
matplotlib==3.7.2
mdurl==0.1.2
more-itertools==9.1.0
mpmath==1.3.0
multidict==6.0.4
murmurhash==1.0.9
networkx==3.1
nltk==3.8.1
numpy==1.25.1
onnx==1.15.0
onnxruntime==1.17.1
oscrypto==1.3.0
packaging==23.1
pandas==2.0.3
pathvalidate==3.2.0
pathy==0.10.2
Pillow==10.2.0
pillow==10.2.0
plotly==5.15.0
portalocker==2.8.2
preshed==3.0.8
protobuf==4.23.4
pyarrow==14.0.1
pycparser==2.21
pydantic==1.10.14
pydeck==0.8.1b0
Pygments==2.15.1
pyHanko==0.20.1
pyhanko-certvalidator==0.24.1
pymdown-extensions==10.1
Pympler==1.0.1
pyparsing==3.0.9
pypdf==3.17.0
pyphen==0.14.0
pypng==0.20220715.0
python-bidi==0.4.2
python-dateutil==2.8.2
python-multipart==0.0.7
pytz==2023.3
pytz-deprecation-shim==0.1.0.post0
PyYAML==6.0
qdrant-client==1.8.0
qrcode==7.4.2
referencing==0.29.1
regex==2023.6.3
reportlab==3.6.13
requests==2.31.0
rich==13.4.2
rpds-py==0.8.11
Expand All @@ -75,12 +121,14 @@ scipy==1.11.1
six==1.16.0
smart-open==6.3.0
smmap==5.0.0
sniffio==1.3.0
soupsieve==2.4.1
spacy==3.6.0
spacy-legacy==3.0.12
spacy-loggers==1.0.4
srsly==2.4.6
st-annotated-text==4.0.0
starlette==0.35.1
streamlit==1.30.0
streamlit-camera-input-live==0.2.0
streamlit-card==0.0.61
Expand All @@ -91,25 +139,29 @@ streamlit-image-coordinates==0.1.5
streamlit-keyup==0.2.0
streamlit-toggle-switch==1.0.2
streamlit-vertical-slider==1.0.2
svglib==1.5.1
sympy==1.12
tenacity==8.2.2
textacy==0.13.0
thinc==8.1.10
threadpoolctl==3.2.0
tinycss2==1.2.1
tokenizers==0.15.2
toml==0.10.2
toolz==0.12.0
tornado==6.3.3
tqdm
tqdm==4.66.2
typer==0.9.0
typing_extensions==4.7.1
tzdata==2023.3
tzlocal==4.3.1
uritools==4.0.2
urllib3==1.26.18
uvicorn==0.23.2
urllib3>=1.26.14
validators==0.20.0
wasabi==1.1.2
watchdog==3.0.0
zipp==3.16.2
reportlab==3.6.13
easygui==0.98.3
webencodings==0.5.1
xhtml2pdf==0.2.11
fastembed~=0.2.2
yarl==1.9.2
zipp==3.16.2

0 comments on commit bdee68c

Please sign in to comment.