Skip to content
This repository was archived by the owner on May 22, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jupyter-client==8.2.0
# via nbclient
jupyter-core==5.3.0
# via
# -r requirements/base.in
# -r base.in
# jupyter-client
# nbclient
# nbconvert
Expand All @@ -74,7 +74,7 @@ markupsafe==2.1.2
# nbconvert
mistune==2.0.5
# via nbconvert
mypy==1.3.0
mypy==1.8.0
# via unstructured-api-tools
mypy-extensions==1.0.0
# via mypy
Expand All @@ -90,12 +90,12 @@ nltk==3.8.1
# via unstructured
numpy==1.24.3
# via
# -r requirements/base.in
# -r base.in
# scikit-learn
# scipy
packaging==23.1
# via
# -r requirements/base.in
# -r base.in
# nbconvert
pandocfilters==1.5.0
# via nbconvert
Expand All @@ -120,13 +120,13 @@ pyyaml==6.0
pyzmq==25.1.0
# via jupyter-client
ratelimit==2.2.1
# via -r requirements/base.in
# via -r base.in
regex==2023.5.5
# via nltk
requests==2.31.0
# via -r requirements/base.in
# via -r base.in
scikit-learn==1.2.2
# via -r requirements/base.in
# via -r base.in
scipy==1.10.1
# via scikit-learn
six==1.16.0
Expand All @@ -151,7 +151,7 @@ tqdm==4.65.0
# via nltk
traitlets==5.9.0
# via
# -r requirements/base.in
# -r base.in
# jupyter-client
# jupyter-core
# nbclient
Expand All @@ -169,9 +169,9 @@ typing-extensions==4.6.3
# pydantic
# starlette
unstructured==0.2.5
# via -r requirements/base.in
# via -r base.in
unstructured-api-tools==0.10.6
# via -r requirements/base.in
# via -r base.in
urllib3==2.0.2
# via requests
uvicorn[standard]==0.22.0
Expand Down
20 changes: 8 additions & 12 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
#
anyio==3.7.0
# via jupyter-server
appnope==0.1.3
# via
# ipykernel
# ipython
argon2-cffi==21.3.0
# via
# jupyter-server
Expand All @@ -28,7 +24,7 @@ backcall==0.2.0
beautifulsoup4==4.12.2
# via nbconvert
black==23.3.0
# via -r requirements/dev.in
# via -r dev.in
bleach==6.0.0
# via nbconvert
build==0.10.0
Expand All @@ -54,7 +50,7 @@ executing==1.2.0
fastjsonschema==2.17.1
# via nbformat
flake8==6.0.0
# via -r requirements/dev.in
# via -r dev.in
fqdn==1.5.1
# via jsonschema
idna==3.4
Expand All @@ -77,7 +73,7 @@ ipykernel==6.23.1
# qtconsole
ipython==8.8.0
# via
# -r requirements/dev.in
# -r dev.in
# ipykernel
# ipywidgets
# jupyter-console
Expand Down Expand Up @@ -105,7 +101,7 @@ jsonschema[format-nongpl]==4.17.3
# jupyter-events
# nbformat
jupyter==1.0.0
# via -r requirements/dev.in
# via -r dev.in
jupyter-client==8.2.0
# via
# ipykernel
Expand All @@ -119,7 +115,7 @@ jupyter-console==6.6.3
# via jupyter
jupyter-core==5.3.0
# via
# -r requirements/dev.in
# -r dev.in
# ipykernel
# jupyter-client
# jupyter-console
Expand Down Expand Up @@ -154,8 +150,8 @@ mccabe==0.7.0
# via flake8
mistune==2.0.5
# via nbconvert
mypy==1.3.0
# via -r requirements/dev.in
mypy==1.8.0
# via -r dev.in
mypy-extensions==1.0.0
# via
# black
Expand Down Expand Up @@ -208,7 +204,7 @@ pexpect==4.8.0
pickleshare==0.7.5
# via ipython
pip-tools==6.13.0
# via -r requirements/dev.in
# via -r dev.in
pkgutil-resolve-name==1.3.10
# via jsonschema
platformdirs==3.5.1
Expand Down
28 changes: 13 additions & 15 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
#
anyio==3.7.0
# via httpcore
appnope==0.1.3
# via
# ipykernel
# ipython
asttokens==2.2.1
# via
# nbdev
Expand All @@ -19,19 +15,21 @@ astunparse==1.6.3
backcall==0.2.0
# via ipython
black==23.3.0
# via -r requirements/test.in
# via -r test.in
certifi==2023.5.7
# via
# httpcore
# httpx
click==8.1.3
# via
# -r requirements/test.in
# -r test.in
# black
comm==0.1.3
# via ipykernel
coverage[toml]==7.2.7
# via pytest-cov
# via
# coverage
# pytest-cov
debugpy==1.6.7
# via ipykernel
decorator==5.1.1
Expand All @@ -50,15 +48,15 @@ fastcore==1.5.29
# ghapi
# nbdev
flake8==6.0.0
# via -r requirements/test.in
# via -r test.in
ghapi==1.0.3
# via nbdev
h11==0.14.0
# via httpcore
httpcore==0.17.2
# via httpx
httpx==0.24.1
# via -r requirements/test.in
# via -r test.in
idna==3.4
# via
# anyio
Expand All @@ -68,7 +66,7 @@ importlib-metadata==6.6.0
iniconfig==2.0.0
# via pytest
ipykernel==6.23.1
# via -r requirements/test.in
# via -r test.in
ipython==8.12.2
# via
# execnb
Expand All @@ -79,7 +77,7 @@ jupyter-client==8.2.0
# via ipykernel
jupyter-core==5.3.0
# via
# -r requirements/test.in
# -r test.in
# ipykernel
# jupyter-client
matplotlib-inline==0.1.6
Expand All @@ -88,14 +86,14 @@ matplotlib-inline==0.1.6
# ipython
mccabe==0.7.0
# via flake8
mypy==1.3.0
# via -r requirements/test.in
mypy==1.8.0
# via -r test.in
mypy-extensions==1.0.0
# via
# black
# mypy
nbdev==2.3.12
# via -r requirements/test.in
# via -r test.in
nest-asyncio==1.5.6
# via ipykernel
packaging==23.1
Expand Down Expand Up @@ -136,7 +134,7 @@ pygments==2.15.1
pytest==7.3.1
# via pytest-cov
pytest-cov==4.1.0
# via -r requirements/test.in
# via -r test.in
python-dateutil==2.8.2
# via jupyter-client
pyyaml==6.0
Expand Down