You've already forked STARK
mirror of
https://github.com/MarkParker5/STARK.git
synced 2026-04-23 19:31:10 +02:00
poetry lock
This commit is contained in:
Generated
+49
-22
@@ -103,9 +103,10 @@ extras = ["regex"]
|
||||
name = "blis"
|
||||
version = "1.3.3"
|
||||
description = "The Blis BLAS-like linear algebra library, as a self-contained C-extension."
|
||||
optional = false
|
||||
optional = true
|
||||
python-versions = "<3.15,>=3.9"
|
||||
groups = ["main"]
|
||||
markers = "extra == \"spacy\" or extra == \"all\""
|
||||
files = [
|
||||
{file = "blis-1.3.3-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:650f1d2b28e3c875927c63deebda463a6f9d237dff30e445bfe2127718c1a344"},
|
||||
{file = "blis-1.3.3-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:9b0d42420ddd543eec51ccb99d38364a0c0833b6895eced37127822de6ecacff"},
|
||||
@@ -208,9 +209,10 @@ test = ["flake8", "isort", "pytest"]
|
||||
name = "catalogue"
|
||||
version = "2.0.10"
|
||||
description = "Super lightweight function registries for your library"
|
||||
optional = false
|
||||
optional = true
|
||||
python-versions = ">=3.6"
|
||||
groups = ["main"]
|
||||
markers = "extra == \"spacy\" or extra == \"all\""
|
||||
files = [
|
||||
{file = "catalogue-2.0.10-py3-none-any.whl", hash = "sha256:58c2de0020aa90f4a2da7dfad161bf7b3b054c86a5f09fcedc0b2b740c109a9f"},
|
||||
{file = "catalogue-2.0.10.tar.gz", hash = "sha256:4f56daa940913d3f09d589c191c74e5a6d51762b3a9e37dd53b7437afd6cda15"},
|
||||
@@ -227,6 +229,7 @@ files = [
|
||||
{file = "certifi-2023.7.22-py3-none-any.whl", hash = "sha256:92d6037539857d8206b8f6ae472e8b77db8058fec5937a1ef3f54304089edbb9"},
|
||||
{file = "certifi-2023.7.22.tar.gz", hash = "sha256:539cc1d13202e33ca466e88b2807e29f4c13049d6d87031a3c110744495cb082"},
|
||||
]
|
||||
markers = {main = "extra == \"vosk\" or extra == \"all\" or extra == \"gcloud\" or extra == \"spacy\""}
|
||||
|
||||
[[package]]
|
||||
name = "cffi"
|
||||
@@ -390,6 +393,7 @@ files = [
|
||||
{file = "charset_normalizer-3.2.0-cp39-cp39-win_amd64.whl", hash = "sha256:7095f6fbfaa55defb6b733cfeb14efaae7a29f0b59d8cf213be4e7ca0b857b80"},
|
||||
{file = "charset_normalizer-3.2.0-py3-none-any.whl", hash = "sha256:8e098148dd37b4ce3baca71fb394c81dc5d9c7728c95df695d2dca218edf40e6"},
|
||||
]
|
||||
markers = {main = "extra == \"vosk\" or extra == \"all\" or extra == \"gcloud\" or extra == \"spacy\""}
|
||||
|
||||
[[package]]
|
||||
name = "click"
|
||||
@@ -402,6 +406,7 @@ files = [
|
||||
{file = "click-8.1.7-py3-none-any.whl", hash = "sha256:ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28"},
|
||||
{file = "click-8.1.7.tar.gz", hash = "sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de"},
|
||||
]
|
||||
markers = {main = "extra == \"spacy\" or extra == \"all\""}
|
||||
|
||||
[package.dependencies]
|
||||
colorama = {version = "*", markers = "platform_system == \"Windows\""}
|
||||
@@ -410,9 +415,10 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""}
|
||||
name = "cloudpathlib"
|
||||
version = "0.23.0"
|
||||
description = "pathlib-style classes for cloud storage services."
|
||||
optional = false
|
||||
optional = true
|
||||
python-versions = ">=3.9"
|
||||
groups = ["main"]
|
||||
markers = "extra == \"spacy\" or extra == \"all\""
|
||||
files = [
|
||||
{file = "cloudpathlib-0.23.0-py3-none-any.whl", hash = "sha256:8520b3b01468fee77de37ab5d50b1b524ea6b4a8731c35d1b7407ac0cd716002"},
|
||||
{file = "cloudpathlib-0.23.0.tar.gz", hash = "sha256:eb38a34c6b8a048ecfd2b2f60917f7cbad4a105b7c979196450c2f541f4d6b4b"},
|
||||
@@ -435,15 +441,16 @@ files = [
|
||||
{file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"},
|
||||
{file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"},
|
||||
]
|
||||
markers = {main = "sys_platform == \"win32\" or platform_system == \"Windows\""}
|
||||
markers = {main = "platform_system == \"Windows\" and (extra == \"vosk\" or extra == \"all\" or extra == \"spacy\") or (extra == \"spacy\" or extra == \"all\") and sys_platform == \"win32\""}
|
||||
|
||||
[[package]]
|
||||
name = "confection"
|
||||
version = "0.1.5"
|
||||
description = "The sweetest config system for Python"
|
||||
optional = false
|
||||
optional = true
|
||||
python-versions = ">=3.6"
|
||||
groups = ["main"]
|
||||
markers = "extra == \"spacy\" or extra == \"all\""
|
||||
files = [
|
||||
{file = "confection-0.1.5-py3-none-any.whl", hash = "sha256:e29d3c3f8eac06b3f77eb9dfb4bf2fc6bcc9622a98ca00a698e3d019c6430b14"},
|
||||
{file = "confection-0.1.5.tar.gz", hash = "sha256:8e72dd3ca6bd4f48913cd220f10b8275978e740411654b6e8ca6d7008c590f0e"},
|
||||
@@ -582,9 +589,10 @@ test = ["pytest", "ruff"]
|
||||
name = "cymem"
|
||||
version = "2.0.13"
|
||||
description = "Manage calls to calloc/free through Cython"
|
||||
optional = false
|
||||
optional = true
|
||||
python-versions = "<3.15,>=3.9"
|
||||
groups = ["main"]
|
||||
markers = "extra == \"spacy\" or extra == \"all\""
|
||||
files = [
|
||||
{file = "cymem-2.0.13-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:8efc4f308169237aade0e82877a65a563833dec32eb7ab2326120253e0e9e918"},
|
||||
{file = "cymem-2.0.13-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:e03bb575a96c59bc210d7d59862747f0012696b0dac3427ce8af33c7afb3d4a2"},
|
||||
@@ -1027,6 +1035,7 @@ files = [
|
||||
{file = "Jinja2-3.1.2-py3-none-any.whl", hash = "sha256:6088930bfe239f0e6710546ab9c19c9ef35e29792895fed6e6e31a023a182a61"},
|
||||
{file = "Jinja2-3.1.2.tar.gz", hash = "sha256:31351a702a408a9e7595a8fc6150fc3f43bb6bf7e319770cbc0db9df9437e852"},
|
||||
]
|
||||
markers = {main = "extra == \"spacy\" or extra == \"all\""}
|
||||
|
||||
[package.dependencies]
|
||||
MarkupSafe = ">=2.0"
|
||||
@@ -1119,6 +1128,7 @@ files = [
|
||||
{file = "MarkupSafe-2.1.3-cp39-cp39-win_amd64.whl", hash = "sha256:3fd4abcb888d15a94f32b75d8fd18ee162ca0c064f35b11134be77050296d6ba"},
|
||||
{file = "MarkupSafe-2.1.3.tar.gz", hash = "sha256:af598ed32d6ae86f1b747b82783958b1a4ab8f617b06fe68795c7f026abbdcad"},
|
||||
]
|
||||
markers = {main = "extra == \"spacy\" or extra == \"all\""}
|
||||
|
||||
[[package]]
|
||||
name = "mergedeep"
|
||||
@@ -1246,9 +1256,10 @@ files = [
|
||||
name = "murmurhash"
|
||||
version = "1.0.15"
|
||||
description = "Cython bindings for MurmurHash"
|
||||
optional = false
|
||||
optional = true
|
||||
python-versions = "<3.15,>=3.6"
|
||||
groups = ["main"]
|
||||
markers = "extra == \"spacy\" or extra == \"all\""
|
||||
files = [
|
||||
{file = "murmurhash-1.0.15-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:f4989c16053a9a83b02c520dd00a31f0877d5fd2ab8a9b6b75ed9eba0e25c489"},
|
||||
{file = "murmurhash-1.0.15-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:899068ba3d7c371e7edd093852c634cce802fefd9aaddfcc0d2fda1d7433c7f9"},
|
||||
@@ -1390,6 +1401,7 @@ description = "Fundamental package for array computing in Python"
|
||||
optional = false
|
||||
python-versions = ">=3.11"
|
||||
groups = ["main"]
|
||||
markers = "extra == \"spacy\" or extra == \"all\" or extra == \"silero\""
|
||||
files = [
|
||||
{file = "numpy-2.3.3-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:0ffc4f5caba7dfcbe944ed674b7eef683c7e94874046454bb79ed7ee0236f59d"},
|
||||
{file = "numpy-2.3.3-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:e7e946c7170858a0295f79a60214424caac2ffdb0063d4d79cb681f9aa0aa569"},
|
||||
@@ -1562,6 +1574,7 @@ files = [
|
||||
{file = "packaging-23.1-py3-none-any.whl", hash = "sha256:994793af429502c4ea2ebf6bf664629d07c1a9fe974af92966e4b8d2df7edc61"},
|
||||
{file = "packaging-23.1.tar.gz", hash = "sha256:a392980d2b6cffa644431898be54b0045151319d1e7ec34f0cfed48767dd334f"},
|
||||
]
|
||||
markers = {main = "extra == \"spacy\" or extra == \"all\""}
|
||||
|
||||
[[package]]
|
||||
name = "paginate"
|
||||
@@ -1752,9 +1765,10 @@ testing = ["coverage", "pytest", "pytest-benchmark"]
|
||||
name = "preshed"
|
||||
version = "3.0.12"
|
||||
description = "Cython hash table that trusts the keys are pre-hashed"
|
||||
optional = false
|
||||
optional = true
|
||||
python-versions = "<3.15,>=3.6"
|
||||
groups = ["main"]
|
||||
markers = "extra == \"spacy\" or extra == \"all\""
|
||||
files = [
|
||||
{file = "preshed-3.0.12-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d8f0bc207bb5bfe69e3a232367c264cac900dc14e9219cd061b98eaca9e7da61"},
|
||||
{file = "preshed-3.0.12-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:0c8a8d571c044ddab5369d30d172c87545f44daa1510bde92b7e0144a8f4f92b"},
|
||||
@@ -2423,6 +2437,7 @@ files = [
|
||||
{file = "requests-2.31.0-py3-none-any.whl", hash = "sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f"},
|
||||
{file = "requests-2.31.0.tar.gz", hash = "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1"},
|
||||
]
|
||||
markers = {main = "extra == \"vosk\" or extra == \"all\" or extra == \"gcloud\" or extra == \"spacy\""}
|
||||
|
||||
[package.dependencies]
|
||||
certifi = ">=2017.4.17"
|
||||
@@ -2487,9 +2502,10 @@ files = [
|
||||
name = "smart-open"
|
||||
version = "7.5.0"
|
||||
description = "Utils for streaming large files (S3, HDFS, GCS, SFTP, Azure Blob Storage, gzip, bz2, zst...)"
|
||||
optional = false
|
||||
optional = true
|
||||
python-versions = "<4.0,>=3.9"
|
||||
groups = ["main"]
|
||||
markers = "extra == \"spacy\" or extra == \"all\""
|
||||
files = [
|
||||
{file = "smart_open-7.5.0-py3-none-any.whl", hash = "sha256:87e695c5148bbb988f15cec00971602765874163be85acb1c9fb8abc012e6599"},
|
||||
{file = "smart_open-7.5.0.tar.gz", hash = "sha256:f394b143851d8091011832ac8113ea4aba6b92e6c35f6e677ddaaccb169d7cb9"},
|
||||
@@ -2594,9 +2610,10 @@ numpy = ["numpy"]
|
||||
name = "spacy"
|
||||
version = "3.8.11"
|
||||
description = "Industrial-strength Natural Language Processing (NLP) in Python"
|
||||
optional = false
|
||||
optional = true
|
||||
python-versions = "<3.15,>=3.9"
|
||||
groups = ["main"]
|
||||
markers = "extra == \"spacy\" or extra == \"all\""
|
||||
files = [
|
||||
{file = "spacy-3.8.11-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:f9cc7f775cfc41ccb8be63bd6258a1ec4613d4ad3859f2ba2c079f34240b21f6"},
|
||||
{file = "spacy-3.8.11-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:be9d665be8581926fba4303543ba189d34e8517803052551b000cf1a1af33b87"},
|
||||
@@ -2691,9 +2708,10 @@ transformers = ["spacy_transformers (>=1.1.2,<1.4.0)"]
|
||||
name = "spacy-legacy"
|
||||
version = "3.0.12"
|
||||
description = "Legacy registered functions for spaCy backwards compatibility"
|
||||
optional = false
|
||||
optional = true
|
||||
python-versions = ">=3.6"
|
||||
groups = ["main"]
|
||||
markers = "extra == \"spacy\" or extra == \"all\""
|
||||
files = [
|
||||
{file = "spacy-legacy-3.0.12.tar.gz", hash = "sha256:b37d6e0c9b6e1d7ca1cf5bc7152ab64a4c4671f59c85adaf7a3fcb870357a774"},
|
||||
{file = "spacy_legacy-3.0.12-py2.py3-none-any.whl", hash = "sha256:476e3bd0d05f8c339ed60f40986c07387c0a71479245d6d0f4298dbd52cda55f"},
|
||||
@@ -2703,9 +2721,10 @@ files = [
|
||||
name = "spacy-loggers"
|
||||
version = "1.0.5"
|
||||
description = "Logging utilities for SpaCy"
|
||||
optional = false
|
||||
optional = true
|
||||
python-versions = ">=3.6"
|
||||
groups = ["main"]
|
||||
markers = "extra == \"spacy\" or extra == \"all\""
|
||||
files = [
|
||||
{file = "spacy-loggers-1.0.5.tar.gz", hash = "sha256:d60b0bdbf915a60e516cc2e653baeff946f0cfc461b452d11a4d5458c6fe5f24"},
|
||||
{file = "spacy_loggers-1.0.5-py3-none-any.whl", hash = "sha256:196284c9c446cc0cdb944005384270d775fdeaf4f494d8e269466cfa497ef645"},
|
||||
@@ -2715,9 +2734,10 @@ files = [
|
||||
name = "srsly"
|
||||
version = "2.5.2"
|
||||
description = "Modern high-performance serialization utilities for Python"
|
||||
optional = false
|
||||
optional = true
|
||||
python-versions = "<3.15,>=3.9"
|
||||
groups = ["main"]
|
||||
markers = "extra == \"spacy\" or extra == \"all\""
|
||||
files = [
|
||||
{file = "srsly-2.5.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:5491fe0683da900cd0c563538510c70a007380e1f6b29ebbb5225e7590981e2a"},
|
||||
{file = "srsly-2.5.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:7375c2955935b73a6cad3851fe819c2f4ec506504afe7ca92b917555e6850fae"},
|
||||
@@ -2790,9 +2810,10 @@ files = [
|
||||
name = "thinc"
|
||||
version = "8.3.10"
|
||||
description = "A refreshing functional take on deep learning, compatible with your favorite libraries"
|
||||
optional = false
|
||||
optional = true
|
||||
python-versions = "<3.15,>=3.10"
|
||||
groups = ["main"]
|
||||
markers = "extra == \"spacy\" or extra == \"all\""
|
||||
files = [
|
||||
{file = "thinc-8.3.10-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:fbe0313cb3c898f4e6a3f13b704af51f4bf8f927078deb0fe2d6eaf3c6c5b31b"},
|
||||
{file = "thinc-8.3.10-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:892ac91cf7cc8d3ac9a4527c68ead37a96e87132c9f589de56b057b50358e895"},
|
||||
@@ -2941,9 +2962,10 @@ opt-einsum = ["opt-einsum (>=3.3)"]
|
||||
name = "tqdm"
|
||||
version = "4.66.1"
|
||||
description = "Fast, Extensible Progress Meter"
|
||||
optional = false
|
||||
optional = true
|
||||
python-versions = ">=3.7"
|
||||
groups = ["main"]
|
||||
markers = "extra == \"vosk\" or extra == \"all\" or extra == \"spacy\""
|
||||
files = [
|
||||
{file = "tqdm-4.66.1-py3-none-any.whl", hash = "sha256:d302b3c5b53d47bce91fea46679d9c3c6508cf6332229aa1e7d8653723793386"},
|
||||
{file = "tqdm-4.66.1.tar.gz", hash = "sha256:d88e651f9db8d8551a62556d3cff9e3034274ca5d66e93197cf2490e2dcb69c7"},
|
||||
@@ -2982,9 +3004,10 @@ sortedcontainers = "*"
|
||||
name = "typer-slim"
|
||||
version = "0.20.0"
|
||||
description = "Typer, build great CLIs. Easy to code. Based on Python type hints."
|
||||
optional = false
|
||||
optional = true
|
||||
python-versions = ">=3.8"
|
||||
groups = ["main"]
|
||||
markers = "extra == \"spacy\" or extra == \"all\""
|
||||
files = [
|
||||
{file = "typer_slim-0.20.0-py3-none-any.whl", hash = "sha256:f42a9b7571a12b97dddf364745d29f12221865acef7a2680065f9bb29c7dc89d"},
|
||||
{file = "typer_slim-0.20.0.tar.gz", hash = "sha256:9fc6607b3c6c20f5c33ea9590cbeb17848667c51feee27d9e314a579ab07d1a3"},
|
||||
@@ -3032,6 +3055,7 @@ files = [
|
||||
{file = "urllib3-1.26.16-py2.py3-none-any.whl", hash = "sha256:8d36afa7616d8ab714608411b4a3b13e58f463aee519024578e062e141dce20f"},
|
||||
{file = "urllib3-1.26.16.tar.gz", hash = "sha256:8f135f6502756bde6b2a9b28989df5fbe87c9970cecaa69041edcce7f0589b14"},
|
||||
]
|
||||
markers = {main = "extra == \"vosk\" or extra == \"all\" or extra == \"gcloud\" or extra == \"spacy\""}
|
||||
|
||||
[package.extras]
|
||||
brotli = ["brotli (>=1.0.9) ; (os_name != \"nt\" or python_version >= \"3\") and platform_python_implementation == \"CPython\"", "brotlicffi (>=0.8.0) ; (os_name != \"nt\" or python_version >= \"3\") and platform_python_implementation != \"CPython\"", "brotlipy (>=0.6.0) ; os_name == \"nt\" and python_version < \"3\""]
|
||||
@@ -3066,9 +3090,10 @@ websockets = "*"
|
||||
name = "wasabi"
|
||||
version = "1.1.3"
|
||||
description = "A lightweight console printing and formatting toolkit"
|
||||
optional = false
|
||||
optional = true
|
||||
python-versions = ">=3.6"
|
||||
groups = ["main"]
|
||||
markers = "extra == \"spacy\" or extra == \"all\""
|
||||
files = [
|
||||
{file = "wasabi-1.1.3-py3-none-any.whl", hash = "sha256:f76e16e8f7e79f8c4c8be49b4024ac725713ab10cd7f19350ad18a8e3f71728c"},
|
||||
{file = "wasabi-1.1.3.tar.gz", hash = "sha256:4bb3008f003809db0c3e28b4daf20906ea871a2bb43f9914197d540f4f2e0878"},
|
||||
@@ -3121,9 +3146,10 @@ watchmedo = ["PyYAML (>=3.10)"]
|
||||
name = "weasel"
|
||||
version = "0.4.3"
|
||||
description = "Weasel: A small and easy workflow system"
|
||||
optional = false
|
||||
optional = true
|
||||
python-versions = ">=3.7"
|
||||
groups = ["main"]
|
||||
markers = "extra == \"spacy\" or extra == \"all\""
|
||||
files = [
|
||||
{file = "weasel-0.4.3-py3-none-any.whl", hash = "sha256:08f65b5d0dbded4879e08a64882de9b9514753d9eaa4c4e2a576e33666ac12cf"},
|
||||
{file = "weasel-0.4.3.tar.gz", hash = "sha256:f293d6174398e8f478c78481e00c503ee4b82ea7a3e6d0d6a01e46a6b1396845"},
|
||||
@@ -3253,9 +3279,10 @@ test = ["pytest (>=6.0.0)", "setuptools (>=65)"]
|
||||
name = "wrapt"
|
||||
version = "2.0.1"
|
||||
description = "Module for decorators, wrappers and monkey patching."
|
||||
optional = false
|
||||
optional = true
|
||||
python-versions = ">=3.8"
|
||||
groups = ["main"]
|
||||
markers = "extra == \"spacy\" or extra == \"all\""
|
||||
files = [
|
||||
{file = "wrapt-2.0.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:64b103acdaa53b7caf409e8d45d39a8442fe6dcfec6ba3f3d141e0cc2b5b4dbd"},
|
||||
{file = "wrapt-2.0.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:91bcc576260a274b169c3098e9a3519fb01f2989f6d3d386ef9cbf8653de1374"},
|
||||
@@ -3370,14 +3397,14 @@ files = [
|
||||
dev = ["pytest", "setuptools"]
|
||||
|
||||
[extras]
|
||||
all = ["google-cloud-texttospeech", "numpy", "sounddevice", "soundfile", "torch", "vosk"]
|
||||
all = ["google-cloud-texttospeech", "numpy", "sounddevice", "soundfile", "spacy", "torch", "vosk"]
|
||||
gcloud = ["google-cloud-texttospeech", "sounddevice", "soundfile"]
|
||||
silero = ["numpy", "sounddevice", "torch"]
|
||||
sound = ["sounddevice", "soundfile"]
|
||||
spacy = []
|
||||
spacy = ["spacy"]
|
||||
vosk = ["sounddevice", "vosk"]
|
||||
|
||||
[metadata]
|
||||
lock-version = "2.1"
|
||||
python-versions = ">=3.12,<3.15"
|
||||
content-hash = "e2f25d2577ea3d0aab777e38356216b4d91d9629da9e13201c5fb8203f643ba0"
|
||||
content-hash = "e6ce5161af2d6c8a22acfd236ee614c31da5b3e5f833bd7c291a5807c0dfee9f"
|
||||
|
||||
Reference in New Issue
Block a user