[[package]] name = "blis" version = "0.7.9" description = "The Blis BLAS-like linear algebra library, as a self-contained C-extension." category = "main" optional = false python-versions = "*" [package.dependencies] numpy = ">=1.15.0" [[package]] name = "catalogue" version = "2.0.8" description = "Super lightweight function registries for your library" category = "main" optional = false python-versions = ">=3.6" [[package]] name = "certifi" version = "2022.9.24" description = "Python package for providing Mozilla's CA Bundle." category = "main" optional = false python-versions = ">=3.6" [[package]] name = "charset-normalizer" version = "2.1.1" description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet." category = "main" optional = false python-versions = ">=3.6.0" [package.extras] unicode_backport = ["unicodedata2"] [[package]] name = "click" version = "8.1.3" description = "Composable command line interface toolkit" category = "main" optional = false python-versions = ">=3.7" [package.dependencies] colorama = {version = "*", markers = "platform_system == \"Windows\""} [[package]] name = "colorama" version = "0.4.6" description = "Cross-platform colored terminal text." category = "main" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" [[package]] name = "confection" version = "0.0.3" description = "The sweetest config system for Python" category = "main" optional = false python-versions = ">=3.6" [package.dependencies] pydantic = ">=1.7.4,<1.8 || >1.8,<1.8.1 || >1.8.1,<1.11.0" srsly = ">=2.4.0,<3.0.0" [[package]] name = "contourpy" version = "1.0.6" description = "Python library for calculating contours of 2D quadrilateral grids" category = "main" optional = false python-versions = ">=3.7" [package.dependencies] numpy = ">=1.16" [package.extras] bokeh = ["bokeh", "selenium"] docs = ["docutils (<0.18)", "sphinx (<=5.2.0)", "sphinx-rtd-theme"] test = ["pytest", "matplotlib", "pillow", "flake8", "isort"] test-minimal = ["pytest"] test-no-codebase = ["pytest", "matplotlib", "pillow"] [[package]] name = "cycler" version = "0.11.0" description = "Composable style cycles" category = "main" optional = false python-versions = ">=3.6" [[package]] name = "cymem" version = "2.0.7" description = "Manage calls to calloc/free through Cython" category = "main" optional = false python-versions = "*" [[package]] name = "fastai" version = "2.7.9" description = "fastai simplifies training fast and accurate neural nets using modern best practices" category = "main" optional = false python-versions = ">=3.7" [package.dependencies] fastcore = ">=1.4.5,<1.6" fastdownload = ">=0.0.5,<2" fastprogress = ">=0.2.4" matplotlib = "*" packaging = "*" pandas = "*" pillow = ">6.0.0" pyyaml = "*" requests = "*" scikit-learn = "*" scipy = "*" spacy = "<4" torch = ">=1.7,<1.14" torchvision = ">=0.8.2" [package.extras] dev = ["ipywidgets", "pytorch-lightning", "pytorch-ignite", "transformers", "sentencepiece", "tensorboard", "pydicom", "catalyst", "flask-compress", "captum (>=0.3)", "flask", "wandb", "kornia", "scikit-image", "neptune-client", "comet-ml", "albumentations", "opencv-python", "pyarrow", "ninja", "timm (>=0.6.2.dev)", "accelerate (>=0.10.0)"] [[package]] name = "fastcore" version = "1.5.27" description = "Python supercharged for fastai development" category = "main" optional = false python-versions = ">=3.7" [package.dependencies] packaging = "*" [package.extras] dev = ["numpy", "nbdev (>=0.2.39)", "matplotlib", "pillow", "torch", "pandas", "jupyterlab"] [[package]] name = "fastdownload" version = "0.0.7" description = "A general purpose data downloading library." category = "main" optional = false python-versions = ">=3.6" [package.dependencies] fastcore = ">=1.3.26" fastprogress = "*" [[package]] name = "fastprogress" version = "1.0.3" description = "A nested progress with plotting options for fastai" category = "main" optional = false python-versions = ">=3.6" [[package]] name = "fonttools" version = "4.38.0" description = "Tools to manipulate font files" category = "main" optional = false python-versions = ">=3.7" [package.extras] all = ["fs (>=2.2.0,<3)", "lxml (>=4.0,<5)", "zopfli (>=0.1.4)", "lz4 (>=1.7.4.2)", "matplotlib", "sympy", "skia-pathops (>=0.5.0)", "uharfbuzz (>=0.23.0)", "brotlicffi (>=0.8.0)", "scipy", "brotli (>=1.0.1)", "munkres", "unicodedata2 (>=14.0.0)", "xattr"] graphite = ["lz4 (>=1.7.4.2)"] interpolatable = ["scipy", "munkres"] lxml = ["lxml (>=4.0,<5)"] pathops = ["skia-pathops (>=0.5.0)"] plot = ["matplotlib"] repacker = ["uharfbuzz (>=0.23.0)"] symfont = ["sympy"] type1 = ["xattr"] ufo = ["fs (>=2.2.0,<3)"] unicode = ["unicodedata2 (>=14.0.0)"] woff = ["zopfli (>=0.1.4)", "brotlicffi (>=0.8.0)", "brotli (>=1.0.1)"] [[package]] name = "idna" version = "3.4" description = "Internationalized Domain Names in Applications (IDNA)" category = "main" optional = false python-versions = ">=3.5" [[package]] name = "jinja2" version = "3.1.2" description = "A very fast and expressive template engine." category = "main" optional = false python-versions = ">=3.7" [package.dependencies] MarkupSafe = ">=2.0" [package.extras] i18n = ["Babel (>=2.7)"] [[package]] name = "joblib" version = "1.2.0" description = "Lightweight pipelining with Python functions" category = "main" optional = false python-versions = ">=3.7" [[package]] name = "kiwisolver" version = "1.4.4" description = "A fast implementation of the Cassowary constraint solver" category = "main" optional = false python-versions = ">=3.7" [[package]] name = "langcodes" version = "3.3.0" description = "Tools for labeling human languages with IETF language tags" category = "main" optional = false python-versions = ">=3.6" [package.extras] data = ["language-data (>=1.1,<2.0)"] [[package]] name = "markupsafe" version = "2.1.1" description = "Safely add untrusted strings to HTML/XML markup." category = "main" optional = false python-versions = ">=3.7" [[package]] name = "matplotlib" version = "3.6.1" description = "Python plotting package" category = "main" optional = false python-versions = ">=3.8" [package.dependencies] contourpy = ">=1.0.1" cycler = ">=0.10" fonttools = ">=4.22.0" kiwisolver = ">=1.0.1" numpy = ">=1.19" packaging = ">=20.0" pillow = ">=6.2.0" pyparsing = ">=2.2.1" python-dateutil = ">=2.7" setuptools_scm = ">=7" [[package]] name = "murmurhash" version = "1.0.9" description = "Cython bindings for MurmurHash" category = "main" optional = false python-versions = ">=3.6" [[package]] name = "numpy" version = "1.23.4" description = "NumPy is the fundamental package for array computing with Python." category = "main" optional = false python-versions = ">=3.8" [[package]] name = "packaging" version = "21.3" description = "Core utilities for Python packages" category = "main" optional = false python-versions = ">=3.6" [package.dependencies] pyparsing = ">=2.0.2,<3.0.5 || >3.0.5" [[package]] name = "pandas" version = "1.5.1" description = "Powerful data structures for data analysis, time series, and statistics" category = "main" optional = false python-versions = ">=3.8" [package.dependencies] numpy = {version = ">=1.20.3", markers = "python_version < \"3.10\""} python-dateutil = ">=2.8.1" pytz = ">=2020.1" [package.extras] test = ["hypothesis (>=5.5.3)", "pytest (>=6.0)", "pytest-xdist (>=1.31)"] [[package]] name = "pathy" version = "0.6.2" description = "pathlib.Path subclasses for local and cloud bucket storage" category = "main" optional = false python-versions = ">= 3.6" [package.dependencies] smart-open = ">=5.2.1,<6.0.0" typer = ">=0.3.0,<1.0.0" [package.extras] all = ["google-cloud-storage (>=1.26.0,<2.0.0)", "boto3", "pytest", "pytest-coverage", "mock", "typer-cli"] gcs = ["google-cloud-storage (>=1.26.0,<2.0.0)"] s3 = ["boto3"] test = ["pytest", "pytest-coverage", "mock", "typer-cli"] [[package]] name = "pillow" version = "9.3.0" description = "Python Imaging Library (Fork)" category = "main" optional = false python-versions = ">=3.7" [package.extras] docs = ["furo", "olefile", "sphinx (>=2.4)", "sphinx-copybutton", "sphinx-issues (>=3.0.1)", "sphinx-removed-in", "sphinxext-opengraph"] tests = ["check-manifest", "coverage", "defusedxml", "markdown2", "olefile", "packaging", "pyroma", "pytest", "pytest-cov", "pytest-timeout"] [[package]] name = "preshed" version = "3.0.8" description = "Cython hash table that trusts the keys are pre-hashed" category = "main" optional = false python-versions = ">=3.6" [package.dependencies] cymem = ">=2.0.2,<2.1.0" murmurhash = ">=0.28.0,<1.1.0" [[package]] name = "pydantic" version = "1.10.2" description = "Data validation and settings management using python type hints" category = "main" optional = false python-versions = ">=3.7" [package.dependencies] typing-extensions = ">=4.1.0" [package.extras] dotenv = ["python-dotenv (>=0.10.4)"] email = ["email-validator (>=1.0.3)"] [[package]] name = "pyparsing" version = "3.0.9" description = "pyparsing module - Classes and methods to define and execute parsing grammars" category = "main" optional = false python-versions = ">=3.6.8" [package.extras] diagrams = ["railroad-diagrams", "jinja2"] [[package]] name = "python-dateutil" version = "2.8.2" description = "Extensions to the standard Python datetime module" category = "main" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" [package.dependencies] six = ">=1.5" [[package]] name = "pytz" version = "2022.6" description = "World timezone definitions, modern and historical" category = "main" optional = false python-versions = "*" [[package]] name = "pyyaml" version = "6.0" description = "YAML parser and emitter for Python" category = "main" optional = false python-versions = ">=3.6" [[package]] name = "requests" version = "2.28.1" description = "Python HTTP for Humans." category = "main" optional = false python-versions = ">=3.7, <4" [package.dependencies] certifi = ">=2017.4.17" charset-normalizer = ">=2,<3" idna = ">=2.5,<4" urllib3 = ">=1.21.1,<1.27" [package.extras] socks = ["PySocks (>=1.5.6,!=1.5.7)"] use_chardet_on_py3 = ["chardet (>=3.0.2,<6)"] [[package]] name = "scikit-learn" version = "1.1.3" description = "A set of python modules for machine learning and data mining" category = "main" optional = false python-versions = ">=3.8" [package.dependencies] joblib = ">=1.0.0" numpy = ">=1.17.3" scipy = ">=1.3.2" threadpoolctl = ">=2.0.0" [package.extras] benchmark = ["matplotlib (>=3.1.2)", "pandas (>=1.0.5)", "memory-profiler (>=0.57.0)"] docs = ["matplotlib (>=3.1.2)", "scikit-image (>=0.16.2)", "pandas (>=1.0.5)", "seaborn (>=0.9.0)", "memory-profiler (>=0.57.0)", "sphinx (>=4.0.1)", "sphinx-gallery (>=0.7.0)", "numpydoc (>=1.2.0)", "Pillow (>=7.1.2)", "sphinx-prompt (>=1.3.0)", "sphinxext-opengraph (>=0.4.2)"] examples = ["matplotlib (>=3.1.2)", "scikit-image (>=0.16.2)", "pandas (>=1.0.5)", "seaborn (>=0.9.0)"] tests = ["matplotlib (>=3.1.2)", "scikit-image (>=0.16.2)", "pandas (>=1.0.5)", "pytest (>=5.0.1)", "pytest-cov (>=2.9.0)", "flake8 (>=3.8.2)", "black (>=22.3.0)", "mypy (>=0.961)", "pyamg (>=4.0.0)", "numpydoc (>=1.2.0)"] [[package]] name = "scipy" version = "1.9.3" description = "Fundamental algorithms for scientific computing in Python" category = "main" optional = false python-versions = ">=3.8" [package.dependencies] numpy = ">=1.18.5,<1.26.0" [package.extras] test = ["pytest", "pytest-cov", "pytest-xdist", "asv", "mpmath", "gmpy2", "threadpoolctl", "scikit-umfpack"] doc = ["sphinx (!=4.1.0)", "pydata-sphinx-theme (==0.9.0)", "sphinx-panels (>=0.5.2)", "matplotlib (>2)", "numpydoc", "sphinx-tabs"] dev = ["mypy", "typing-extensions", "pycodestyle", "flake8"] [[package]] name = "setuptools-scm" version = "7.0.5" description = "the blessed package to manage your versions by scm tags" category = "main" optional = false python-versions = ">=3.7" [package.dependencies] packaging = ">=20.0" tomli = ">=1.0.0" typing-extensions = "*" [package.extras] test = ["pytest (>=6.2)", "virtualenv (>20)"] toml = ["setuptools (>=42)"] [[package]] name = "six" version = "1.16.0" description = "Python 2 and 3 compatibility utilities" category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" [[package]] name = "smart-open" version = "5.2.1" description = "Utils for streaming large files (S3, HDFS, GCS, Azure Blob Storage, gzip, bz2...)" category = "main" optional = false python-versions = ">=3.6,<4.0" [package.extras] all = ["boto3", "google-cloud-storage", "azure-storage-blob", "azure-common", "azure-core", "requests"] azure = ["azure-storage-blob", "azure-common", "azure-core"] gcs = ["google-cloud-storage"] http = ["requests"] s3 = ["boto3"] test = ["boto3", "google-cloud-storage", "azure-storage-blob", "azure-common", "azure-core", "requests", "moto[server] (==1.3.14)", "pathlib2", "responses", "paramiko", "parameterizedtestcase", "pytest", "pytest-rerunfailures"] webhdfs = ["requests"] [[package]] name = "spacy" version = "3.4.2" description = "Industrial-strength Natural Language Processing (NLP) in Python" category = "main" optional = false python-versions = ">=3.6" [package.dependencies] catalogue = ">=2.0.6,<2.1.0" cymem = ">=2.0.2,<2.1.0" jinja2 = "*" langcodes = ">=3.2.0,<4.0.0" murmurhash = ">=0.28.0,<1.1.0" numpy = ">=1.15.0" packaging = ">=20.0" pathy = ">=0.3.5" preshed = ">=3.0.2,<3.1.0" pydantic = ">=1.7.4,<1.8 || >1.8,<1.8.1 || >1.8.1,<1.11.0" requests = ">=2.13.0,<3.0.0" spacy-legacy = ">=3.0.10,<3.1.0" spacy-loggers = ">=1.0.0,<2.0.0" srsly = ">=2.4.3,<3.0.0" thinc = ">=8.1.0,<8.2.0" tqdm = ">=4.38.0,<5.0.0" typer = ">=0.3.0,<0.5.0" wasabi = ">=0.9.1,<1.1.0" [package.extras] apple = ["thinc-apple-ops (>=0.1.0.dev0,<1.0.0)"] cuda = ["cupy (>=5.0.0b4,<12.0.0)"] cuda-autodetect = ["cupy-wheel (>=11.0.0,<12.0.0)"] cuda100 = ["cupy-cuda100 (>=5.0.0b4,<12.0.0)"] cuda101 = ["cupy-cuda101 (>=5.0.0b4,<12.0.0)"] cuda102 = ["cupy-cuda102 (>=5.0.0b4,<12.0.0)"] cuda110 = ["cupy-cuda110 (>=5.0.0b4,<12.0.0)"] cuda111 = ["cupy-cuda111 (>=5.0.0b4,<12.0.0)"] cuda112 = ["cupy-cuda112 (>=5.0.0b4,<12.0.0)"] cuda113 = ["cupy-cuda113 (>=5.0.0b4,<12.0.0)"] cuda114 = ["cupy-cuda114 (>=5.0.0b4,<12.0.0)"] cuda115 = ["cupy-cuda115 (>=5.0.0b4,<12.0.0)"] cuda116 = ["cupy-cuda116 (>=5.0.0b4,<12.0.0)"] cuda117 = ["cupy-cuda117 (>=5.0.0b4,<12.0.0)"] cuda11x = ["cupy-cuda11x (>=11.0.0,<12.0.0)"] cuda80 = ["cupy-cuda80 (>=5.0.0b4,<12.0.0)"] cuda90 = ["cupy-cuda90 (>=5.0.0b4,<12.0.0)"] cuda91 = ["cupy-cuda91 (>=5.0.0b4,<12.0.0)"] cuda92 = ["cupy-cuda92 (>=5.0.0b4,<12.0.0)"] ja = ["sudachipy (>=0.5.2,!=0.6.1)", "sudachidict-core (>=20211220)"] ko = ["natto-py (>=0.9.0)"] lookups = ["spacy-lookups-data (>=1.0.3,<1.1.0)"] ray = ["spacy-ray (>=0.1.0,<1.0.0)"] th = ["pythainlp (>=2.0)"] transformers = ["spacy-transformers (>=1.1.2,<1.2.0)"] [[package]] name = "spacy-legacy" version = "3.0.10" description = "Legacy registered functions for spaCy backwards compatibility" category = "main" optional = false python-versions = ">=3.6" [[package]] name = "spacy-loggers" version = "1.0.3" description = "Logging utilities for SpaCy" category = "main" optional = false python-versions = ">=3.6" [package.dependencies] wasabi = ">=0.8.1,<1.1.0" [[package]] name = "srsly" version = "2.4.5" description = "Modern high-performance serialization utilities for Python" category = "main" optional = false python-versions = ">=3.6" [package.dependencies] catalogue = ">=2.0.3,<2.1.0" [[package]] name = "thinc" version = "8.1.5" description = "A refreshing functional take on deep learning, compatible with your favorite libraries" category = "main" optional = false python-versions = ">=3.6" [package.dependencies] blis = ">=0.7.8,<0.8.0" catalogue = ">=2.0.4,<2.1.0" confection = ">=0.0.1,<1.0.0" cymem = ">=2.0.2,<2.1.0" murmurhash = ">=1.0.2,<1.1.0" numpy = ">=1.15.0" preshed = ">=3.0.2,<3.1.0" pydantic = ">=1.7.4,<1.8 || >1.8,<1.8.1 || >1.8.1,<1.11.0" srsly = ">=2.4.0,<3.0.0" wasabi = ">=0.8.1,<1.1.0" [package.extras] cuda = ["cupy (>=5.0.0b4)"] cuda-autodetect = ["cupy-wheel (>=11.0.0)"] cuda100 = ["cupy-cuda100 (>=5.0.0b4)"] cuda101 = ["cupy-cuda101 (>=5.0.0b4)"] cuda102 = ["cupy-cuda102 (>=5.0.0b4)"] cuda110 = ["cupy-cuda110 (>=5.0.0b4)"] cuda111 = ["cupy-cuda111 (>=5.0.0b4)"] cuda112 = ["cupy-cuda112 (>=5.0.0b4)"] cuda113 = ["cupy-cuda113 (>=5.0.0b4)"] cuda114 = ["cupy-cuda114 (>=5.0.0b4)"] cuda115 = ["cupy-cuda115 (>=5.0.0b4)"] cuda116 = ["cupy-cuda116 (>=5.0.0b4)"] cuda117 = ["cupy-cuda117 (>=5.0.0b4)"] cuda11x = ["cupy-cuda11x (>=11.0.0)"] cuda80 = ["cupy-cuda80 (>=5.0.0b4)"] cuda90 = ["cupy-cuda90 (>=5.0.0b4)"] cuda91 = ["cupy-cuda91 (>=5.0.0b4)"] cuda92 = ["cupy-cuda92 (>=5.0.0b4)"] datasets = ["ml-datasets (>=0.2.0,<0.3.0)"] mxnet = ["mxnet (>=1.5.1,<1.6.0)"] tensorflow = ["tensorflow (>=2.0.0,<2.6.0)"] torch = ["torch (>=1.6.0)"] [[package]] name = "threadpoolctl" version = "3.1.0" description = "threadpoolctl" category = "main" optional = false python-versions = ">=3.6" [[package]] name = "tomli" version = "2.0.1" description = "A lil' TOML parser" category = "main" optional = false python-versions = ">=3.7" [[package]] name = "torch" version = "1.11.0" description = "Tensors and Dynamic neural networks in Python with strong GPU acceleration" category = "main" optional = false python-versions = ">=3.7.0" [package.dependencies] typing-extensions = "*" [[package]] name = "torchvision" version = "0.12.0" description = "image and video datasets and models for torch deep learning" category = "main" optional = false python-versions = ">=3.7" [package.dependencies] numpy = "*" pillow = ">=5.3.0,<8.3.0 || >=8.4.0" requests = "*" torch = "*" typing-extensions = "*" [package.extras] scipy = ["scipy"] [[package]] name = "tqdm" version = "4.64.1" description = "Fast, Extensible Progress Meter" category = "main" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7" [package.dependencies] colorama = {version = "*", markers = "platform_system == \"Windows\""} [package.extras] dev = ["py-make (>=0.1.0)", "twine", "wheel"] notebook = ["ipywidgets (>=6)"] slack = ["slack-sdk"] telegram = ["requests"] [[package]] name = "typer" version = "0.4.2" description = "Typer, build great CLIs. Easy to code. Based on Python type hints." category = "main" optional = false python-versions = ">=3.6" [package.dependencies] click = ">=7.1.1,<9.0.0" [package.extras] all = ["colorama (>=0.4.3,<0.5.0)", "shellingham (>=1.3.0,<2.0.0)"] dev = ["autoflake (>=1.3.1,<2.0.0)", "flake8 (>=3.8.3,<4.0.0)", "pre-commit (>=2.17.0,<3.0.0)"] doc = ["mkdocs (>=1.1.2,<2.0.0)", "mkdocs-material (>=8.1.4,<9.0.0)", "mdx-include (>=1.4.1,<2.0.0)"] test = ["shellingham (>=1.3.0,<2.0.0)", "pytest (>=4.4.0,<5.4.0)", "pytest-cov (>=2.10.0,<3.0.0)", "coverage (>=5.2,<6.0)", "pytest-xdist (>=1.32.0,<2.0.0)", "pytest-sugar (>=0.9.4,<0.10.0)", "mypy (==0.910)", "black (>=22.3.0,<23.0.0)", "isort (>=5.0.6,<6.0.0)"] [[package]] name = "typing-extensions" version = "4.4.0" description = "Backported and Experimental Type Hints for Python 3.7+" category = "main" optional = false python-versions = ">=3.7" [[package]] name = "urllib3" version = "1.26.12" description = "HTTP library with thread-safe connection pooling, file post, and more." category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, <4" [package.extras] brotli = ["brotlicffi (>=0.8.0)", "brotli (>=1.0.9)", "brotlipy (>=0.6.0)"] secure = ["pyOpenSSL (>=0.14)", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "certifi", "urllib3-secure-extra", "ipaddress"] socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [[package]] name = "wasabi" version = "0.10.1" description = "A lightweight console printing and formatting toolkit" category = "main" optional = false python-versions = "*" [metadata] lock-version = "1.1" python-versions = ">=3.8.0,<3.9" content-hash = "1534cf85374f224a73264fed222b54988af3ccc957d16f439c0ce0e9fd40a8c6" [metadata.files] blis = [] catalogue = [] certifi = [] charset-normalizer = [] click = [] colorama = [] confection = [] contourpy = [] cycler = [] cymem = [] fastai = [] fastcore = [] fastdownload = [] fastprogress = [] fonttools = [] idna = [] jinja2 = [] joblib = [] kiwisolver = [] langcodes = [] markupsafe = [] matplotlib = [] murmurhash = [] numpy = [] packaging = [] pandas = [] pathy = [] pillow = [] preshed = [] pydantic = [] pyparsing = [] python-dateutil = [] pytz = [] pyyaml = [] requests = [] scikit-learn = [] scipy = [] setuptools-scm = [] six = [] smart-open = [] spacy = [] spacy-legacy = [] spacy-loggers = [] srsly = [] thinc = [] threadpoolctl = [] tomli = [] torch = [] torchvision = [] tqdm = [] typer = [] typing-extensions = [] urllib3 = [] wasabi = []