Spaces:
Paused
Paused
alessandro trinca tornidor
commited on
Commit
·
6720c3e
1
Parent(s):
57d987a
[feat] rename ROOT_PROJECT ENV variable to PROJECT_ROOT_FOLDER, bump to version 0.2.1
Browse files- lisa_on_cuda/__version__.py +1 -1
- lisa_on_cuda/utils/app_helpers.py +2 -3
- lisa_on_cuda/utils/utils.py +1 -1
- poetry.lock +152 -152
- pyproject.toml +1 -1
lisa_on_cuda/__version__.py
CHANGED
@@ -1 +1 @@
|
|
1 |
-
__version__ = "0.2.
|
|
|
1 |
+
__version__ = "0.2.1"
|
lisa_on_cuda/utils/app_helpers.py
CHANGED
@@ -24,11 +24,10 @@ placeholders = utils.create_placeholder_variables()
|
|
24 |
|
25 |
@session_logger.set_uuid_logging
|
26 |
def parse_args(args_to_parse):
|
27 |
-
|
28 |
-
logging.info(f"ROOT_PROJECT:{utils.ROOT_PROJECT}.")
|
29 |
parser = argparse.ArgumentParser(description="LISA chat")
|
30 |
parser.add_argument("--version", default="xinlai/LISA-13B-llama2-v1-explanatory")
|
31 |
-
parser.add_argument("--vis_save_path", default=str(Path(utils.
|
32 |
parser.add_argument(
|
33 |
"--precision",
|
34 |
default="fp16",
|
|
|
24 |
|
25 |
@session_logger.set_uuid_logging
|
26 |
def parse_args(args_to_parse):
|
27 |
+
logging.info(f"ROOT_PROJECT:{utils.PROJECT_ROOT_FOLDER}.")
|
|
|
28 |
parser = argparse.ArgumentParser(description="LISA chat")
|
29 |
parser.add_argument("--version", default="xinlai/LISA-13B-llama2-v1-explanatory")
|
30 |
+
parser.add_argument("--vis_save_path", default=str(Path(utils.PROJECT_ROOT_FOLDER) / "vis_output"), type=str)
|
31 |
parser.add_argument(
|
32 |
"--precision",
|
33 |
default="fp16",
|
lisa_on_cuda/utils/utils.py
CHANGED
@@ -45,7 +45,7 @@ ANSWER_LIST = [
|
|
45 |
"[SEG].",
|
46 |
]
|
47 |
ROOT = Path(__file__).parent.parent.parent
|
48 |
-
|
49 |
|
50 |
|
51 |
class Summary(Enum):
|
|
|
45 |
"[SEG].",
|
46 |
]
|
47 |
ROOT = Path(__file__).parent.parent.parent
|
48 |
+
PROJECT_ROOT_FOLDER = os.getenv("PROJECT_ROOT_FOLDER", ROOT)
|
49 |
|
50 |
|
51 |
class Summary(Enum):
|
poetry.lock
CHANGED
@@ -2,13 +2,13 @@
|
|
2 |
|
3 |
[[package]]
|
4 |
name = "accelerate"
|
5 |
-
version = "0.
|
6 |
description = "Accelerate"
|
7 |
optional = false
|
8 |
python-versions = ">=3.8.0"
|
9 |
files = [
|
10 |
-
{file = "accelerate-0.
|
11 |
-
{file = "accelerate-0.
|
12 |
]
|
13 |
|
14 |
[package.dependencies]
|
@@ -21,14 +21,14 @@ safetensors = ">=0.3.1"
|
|
21 |
torch = ">=1.10.0"
|
22 |
|
23 |
[package.extras]
|
24 |
-
dev = ["bitsandbytes", "black (>=23.1,<24.0)", "datasets", "deepspeed (<0.13.0)", "evaluate", "hf-doc-builder (>=0.3.0)", "parameterized", "pytest", "pytest-subtests", "pytest-xdist", "rich", "ruff (>=0.1
|
25 |
-
quality = ["black (>=23.1,<24.0)", "hf-doc-builder (>=0.3.0)", "ruff (>=0.1
|
26 |
rich = ["rich"]
|
27 |
sagemaker = ["sagemaker"]
|
28 |
test-dev = ["bitsandbytes", "datasets", "deepspeed (<0.13.0)", "evaluate", "scikit-learn", "scipy", "timm", "torchpippy (>=0.2.0)", "tqdm", "transformers"]
|
29 |
-
test-prod = ["parameterized", "pytest", "pytest-subtests", "pytest-xdist"]
|
30 |
test-trackers = ["comet-ml", "dvclive", "tensorboard", "wandb"]
|
31 |
-
testing = ["bitsandbytes", "datasets", "deepspeed (<0.13.0)", "evaluate", "parameterized", "pytest", "pytest-subtests", "pytest-xdist", "scikit-learn", "scipy", "timm", "torchpippy (>=0.2.0)", "tqdm", "transformers"]
|
32 |
|
33 |
[[package]]
|
34 |
name = "aiofiles"
|
@@ -345,63 +345,63 @@ test-no-images = ["pytest", "pytest-cov", "pytest-xdist", "wurlitzer"]
|
|
345 |
|
346 |
[[package]]
|
347 |
name = "coverage"
|
348 |
-
version = "7.4.
|
349 |
description = "Code coverage measurement for Python"
|
350 |
optional = false
|
351 |
python-versions = ">=3.8"
|
352 |
files = [
|
353 |
-
{file = "coverage-7.4.
|
354 |
-
{file = "coverage-7.4.
|
355 |
-
{file = "coverage-7.4.
|
356 |
-
{file = "coverage-7.4.
|
357 |
-
{file = "coverage-7.4.
|
358 |
-
{file = "coverage-7.4.
|
359 |
-
{file = "coverage-7.4.
|
360 |
-
{file = "coverage-7.4.
|
361 |
-
{file = "coverage-7.4.
|
362 |
-
{file = "coverage-7.4.
|
363 |
-
{file = "coverage-7.4.
|
364 |
-
{file = "coverage-7.4.
|
365 |
-
{file = "coverage-7.4.
|
366 |
-
{file = "coverage-7.4.
|
367 |
-
{file = "coverage-7.4.
|
368 |
-
{file = "coverage-7.4.
|
369 |
-
{file = "coverage-7.4.
|
370 |
-
{file = "coverage-7.4.
|
371 |
-
{file = "coverage-7.4.
|
372 |
-
{file = "coverage-7.4.
|
373 |
-
{file = "coverage-7.4.
|
374 |
-
{file = "coverage-7.4.
|
375 |
-
{file = "coverage-7.4.
|
376 |
-
{file = "coverage-7.4.
|
377 |
-
{file = "coverage-7.4.
|
378 |
-
{file = "coverage-7.4.
|
379 |
-
{file = "coverage-7.4.
|
380 |
-
{file = "coverage-7.4.
|
381 |
-
{file = "coverage-7.4.
|
382 |
-
{file = "coverage-7.4.
|
383 |
-
{file = "coverage-7.4.
|
384 |
-
{file = "coverage-7.4.
|
385 |
-
{file = "coverage-7.4.
|
386 |
-
{file = "coverage-7.4.
|
387 |
-
{file = "coverage-7.4.
|
388 |
-
{file = "coverage-7.4.
|
389 |
-
{file = "coverage-7.4.
|
390 |
-
{file = "coverage-7.4.
|
391 |
-
{file = "coverage-7.4.
|
392 |
-
{file = "coverage-7.4.
|
393 |
-
{file = "coverage-7.4.
|
394 |
-
{file = "coverage-7.4.
|
395 |
-
{file = "coverage-7.4.
|
396 |
-
{file = "coverage-7.4.
|
397 |
-
{file = "coverage-7.4.
|
398 |
-
{file = "coverage-7.4.
|
399 |
-
{file = "coverage-7.4.
|
400 |
-
{file = "coverage-7.4.
|
401 |
-
{file = "coverage-7.4.
|
402 |
-
{file = "coverage-7.4.
|
403 |
-
{file = "coverage-7.4.
|
404 |
-
{file = "coverage-7.4.
|
405 |
]
|
406 |
|
407 |
[package.dependencies]
|
@@ -508,53 +508,53 @@ typing = ["typing-extensions (>=4.8)"]
|
|
508 |
|
509 |
[[package]]
|
510 |
name = "fonttools"
|
511 |
-
version = "4.
|
512 |
description = "Tools to manipulate font files"
|
513 |
optional = false
|
514 |
python-versions = ">=3.8"
|
515 |
files = [
|
516 |
-
{file = "fonttools-4.
|
517 |
-
{file = "fonttools-4.
|
518 |
-
{file = "fonttools-4.
|
519 |
-
{file = "fonttools-4.
|
520 |
-
{file = "fonttools-4.
|
521 |
-
{file = "fonttools-4.
|
522 |
-
{file = "fonttools-4.
|
523 |
-
{file = "fonttools-4.
|
524 |
-
{file = "fonttools-4.
|
525 |
-
{file = "fonttools-4.
|
526 |
-
{file = "fonttools-4.
|
527 |
-
{file = "fonttools-4.
|
528 |
-
{file = "fonttools-4.
|
529 |
-
{file = "fonttools-4.
|
530 |
-
{file = "fonttools-4.
|
531 |
-
{file = "fonttools-4.
|
532 |
-
{file = "fonttools-4.
|
533 |
-
{file = "fonttools-4.
|
534 |
-
{file = "fonttools-4.
|
535 |
-
{file = "fonttools-4.
|
536 |
-
{file = "fonttools-4.
|
537 |
-
{file = "fonttools-4.
|
538 |
-
{file = "fonttools-4.
|
539 |
-
{file = "fonttools-4.
|
540 |
-
{file = "fonttools-4.
|
541 |
-
{file = "fonttools-4.
|
542 |
-
{file = "fonttools-4.
|
543 |
-
{file = "fonttools-4.
|
544 |
-
{file = "fonttools-4.
|
545 |
-
{file = "fonttools-4.
|
546 |
-
{file = "fonttools-4.
|
547 |
-
{file = "fonttools-4.
|
548 |
-
{file = "fonttools-4.
|
549 |
-
{file = "fonttools-4.
|
550 |
-
{file = "fonttools-4.
|
551 |
-
{file = "fonttools-4.
|
552 |
-
{file = "fonttools-4.
|
553 |
-
{file = "fonttools-4.
|
554 |
-
{file = "fonttools-4.
|
555 |
-
{file = "fonttools-4.
|
556 |
-
{file = "fonttools-4.
|
557 |
-
{file = "fonttools-4.
|
558 |
]
|
559 |
|
560 |
[package.extras]
|
@@ -659,13 +659,13 @@ files = [
|
|
659 |
|
660 |
[[package]]
|
661 |
name = "fsspec"
|
662 |
-
version = "2024.
|
663 |
description = "File-system specification"
|
664 |
optional = false
|
665 |
python-versions = ">=3.8"
|
666 |
files = [
|
667 |
-
{file = "fsspec-2024.
|
668 |
-
{file = "fsspec-2024.
|
669 |
]
|
670 |
|
671 |
[package.extras]
|
@@ -855,13 +855,13 @@ files = [
|
|
855 |
|
856 |
[[package]]
|
857 |
name = "importlib-resources"
|
858 |
-
version = "6.1
|
859 |
description = "Read resources from Python packages"
|
860 |
optional = false
|
861 |
python-versions = ">=3.8"
|
862 |
files = [
|
863 |
-
{file = "importlib_resources-6.1
|
864 |
-
{file = "importlib_resources-6.1.
|
865 |
]
|
866 |
|
867 |
[package.extras]
|
@@ -1514,13 +1514,13 @@ files = [
|
|
1514 |
|
1515 |
[[package]]
|
1516 |
name = "openai"
|
1517 |
-
version = "1.
|
1518 |
description = "The official Python library for the openai API"
|
1519 |
optional = false
|
1520 |
python-versions = ">=3.7.1"
|
1521 |
files = [
|
1522 |
-
{file = "openai-1.
|
1523 |
-
{file = "openai-1.
|
1524 |
]
|
1525 |
|
1526 |
[package.dependencies]
|
@@ -1889,22 +1889,22 @@ testing = ["pytest", "pytest-benchmark"]
|
|
1889 |
|
1890 |
[[package]]
|
1891 |
name = "protobuf"
|
1892 |
-
version = "
|
1893 |
description = ""
|
1894 |
optional = false
|
1895 |
python-versions = ">=3.8"
|
1896 |
files = [
|
1897 |
-
{file = "protobuf-
|
1898 |
-
{file = "protobuf-
|
1899 |
-
{file = "protobuf-
|
1900 |
-
{file = "protobuf-
|
1901 |
-
{file = "protobuf-
|
1902 |
-
{file = "protobuf-
|
1903 |
-
{file = "protobuf-
|
1904 |
-
{file = "protobuf-
|
1905 |
-
{file = "protobuf-
|
1906 |
-
{file = "protobuf-
|
1907 |
-
{file = "protobuf-
|
1908 |
]
|
1909 |
|
1910 |
[[package]]
|
@@ -1970,13 +1970,13 @@ numpy = "*"
|
|
1970 |
|
1971 |
[[package]]
|
1972 |
name = "pydantic"
|
1973 |
-
version = "2.6.
|
1974 |
description = "Data validation using Python type hints"
|
1975 |
optional = false
|
1976 |
python-versions = ">=3.8"
|
1977 |
files = [
|
1978 |
-
{file = "pydantic-2.6.
|
1979 |
-
{file = "pydantic-2.6.
|
1980 |
]
|
1981 |
|
1982 |
[package.dependencies]
|
@@ -2314,13 +2314,13 @@ tune = ["fsspec", "pandas", "pyarrow (>=6.0.1)", "requests", "tensorboardX (>=1.
|
|
2314 |
|
2315 |
[[package]]
|
2316 |
name = "referencing"
|
2317 |
-
version = "0.
|
2318 |
description = "JSON Referencing + Python"
|
2319 |
optional = false
|
2320 |
python-versions = ">=3.8"
|
2321 |
files = [
|
2322 |
-
{file = "referencing-0.
|
2323 |
-
{file = "referencing-0.
|
2324 |
]
|
2325 |
|
2326 |
[package.dependencies]
|
@@ -2578,28 +2578,28 @@ files = [
|
|
2578 |
|
2579 |
[[package]]
|
2580 |
name = "ruff"
|
2581 |
-
version = "0.3.
|
2582 |
description = "An extremely fast Python linter and code formatter, written in Rust."
|
2583 |
optional = false
|
2584 |
python-versions = ">=3.7"
|
2585 |
files = [
|
2586 |
-
{file = "ruff-0.3.
|
2587 |
-
{file = "ruff-0.3.
|
2588 |
-
{file = "ruff-0.3.
|
2589 |
-
{file = "ruff-0.3.
|
2590 |
-
{file = "ruff-0.3.
|
2591 |
-
{file = "ruff-0.3.
|
2592 |
-
{file = "ruff-0.3.
|
2593 |
-
{file = "ruff-0.3.
|
2594 |
-
{file = "ruff-0.3.
|
2595 |
-
{file = "ruff-0.3.
|
2596 |
-
{file = "ruff-0.3.
|
2597 |
-
{file = "ruff-0.3.
|
2598 |
-
{file = "ruff-0.3.
|
2599 |
-
{file = "ruff-0.3.
|
2600 |
-
{file = "ruff-0.3.
|
2601 |
-
{file = "ruff-0.3.
|
2602 |
-
{file = "ruff-0.3.
|
2603 |
]
|
2604 |
|
2605 |
[[package]]
|
@@ -2866,13 +2866,13 @@ files = [
|
|
2866 |
|
2867 |
[[package]]
|
2868 |
name = "shortuuid"
|
2869 |
-
version = "1.0.
|
2870 |
description = "A generator library for concise, unambiguous and URL-safe UUIDs."
|
2871 |
optional = false
|
2872 |
-
python-versions = ">=3.
|
2873 |
files = [
|
2874 |
-
{file = "shortuuid-1.0.
|
2875 |
-
{file = "shortuuid-1.0.
|
2876 |
]
|
2877 |
|
2878 |
[[package]]
|
|
|
2 |
|
3 |
[[package]]
|
4 |
name = "accelerate"
|
5 |
+
version = "0.28.0"
|
6 |
description = "Accelerate"
|
7 |
optional = false
|
8 |
python-versions = ">=3.8.0"
|
9 |
files = [
|
10 |
+
{file = "accelerate-0.28.0-py3-none-any.whl", hash = "sha256:8ae25f8a8dc4cf12283842c469113836300545fb0dfa46fef331fb0a2ac8b421"},
|
11 |
+
{file = "accelerate-0.28.0.tar.gz", hash = "sha256:32019a49f4b3a85cc179ac4e38e9e2971f1a997dee026be0512816499464c4d5"},
|
12 |
]
|
13 |
|
14 |
[package.dependencies]
|
|
|
21 |
torch = ">=1.10.0"
|
22 |
|
23 |
[package.extras]
|
24 |
+
dev = ["bitsandbytes", "black (>=23.1,<24.0)", "datasets", "deepspeed (<0.13.0)", "evaluate", "hf-doc-builder (>=0.3.0)", "parameterized", "pytest (>=7.2.0,<=8.0.0)", "pytest-subtests", "pytest-xdist", "rich", "ruff (>=0.2.1,<0.3.0)", "scikit-learn", "scipy", "timm", "torchpippy (>=0.2.0)", "tqdm", "transformers"]
|
25 |
+
quality = ["black (>=23.1,<24.0)", "hf-doc-builder (>=0.3.0)", "ruff (>=0.2.1,<0.3.0)"]
|
26 |
rich = ["rich"]
|
27 |
sagemaker = ["sagemaker"]
|
28 |
test-dev = ["bitsandbytes", "datasets", "deepspeed (<0.13.0)", "evaluate", "scikit-learn", "scipy", "timm", "torchpippy (>=0.2.0)", "tqdm", "transformers"]
|
29 |
+
test-prod = ["parameterized", "pytest (>=7.2.0,<=8.0.0)", "pytest-subtests", "pytest-xdist"]
|
30 |
test-trackers = ["comet-ml", "dvclive", "tensorboard", "wandb"]
|
31 |
+
testing = ["bitsandbytes", "datasets", "deepspeed (<0.13.0)", "evaluate", "parameterized", "pytest (>=7.2.0,<=8.0.0)", "pytest-subtests", "pytest-xdist", "scikit-learn", "scipy", "timm", "torchpippy (>=0.2.0)", "tqdm", "transformers"]
|
32 |
|
33 |
[[package]]
|
34 |
name = "aiofiles"
|
|
|
345 |
|
346 |
[[package]]
|
347 |
name = "coverage"
|
348 |
+
version = "7.4.4"
|
349 |
description = "Code coverage measurement for Python"
|
350 |
optional = false
|
351 |
python-versions = ">=3.8"
|
352 |
files = [
|
353 |
+
{file = "coverage-7.4.4-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:e0be5efd5127542ef31f165de269f77560d6cdef525fffa446de6f7e9186cfb2"},
|
354 |
+
{file = "coverage-7.4.4-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:ccd341521be3d1b3daeb41960ae94a5e87abe2f46f17224ba5d6f2b8398016cf"},
|
355 |
+
{file = "coverage-7.4.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:09fa497a8ab37784fbb20ab699c246053ac294d13fc7eb40ec007a5043ec91f8"},
|
356 |
+
{file = "coverage-7.4.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b1a93009cb80730c9bca5d6d4665494b725b6e8e157c1cb7f2db5b4b122ea562"},
|
357 |
+
{file = "coverage-7.4.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:690db6517f09336559dc0b5f55342df62370a48f5469fabf502db2c6d1cffcd2"},
|
358 |
+
{file = "coverage-7.4.4-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:09c3255458533cb76ef55da8cc49ffab9e33f083739c8bd4f58e79fecfe288f7"},
|
359 |
+
{file = "coverage-7.4.4-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:8ce1415194b4a6bd0cdcc3a1dfbf58b63f910dcb7330fe15bdff542c56949f87"},
|
360 |
+
{file = "coverage-7.4.4-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:b91cbc4b195444e7e258ba27ac33769c41b94967919f10037e6355e998af255c"},
|
361 |
+
{file = "coverage-7.4.4-cp310-cp310-win32.whl", hash = "sha256:598825b51b81c808cb6f078dcb972f96af96b078faa47af7dfcdf282835baa8d"},
|
362 |
+
{file = "coverage-7.4.4-cp310-cp310-win_amd64.whl", hash = "sha256:09ef9199ed6653989ebbcaacc9b62b514bb63ea2f90256e71fea3ed74bd8ff6f"},
|
363 |
+
{file = "coverage-7.4.4-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:0f9f50e7ef2a71e2fae92774c99170eb8304e3fdf9c8c3c7ae9bab3e7229c5cf"},
|
364 |
+
{file = "coverage-7.4.4-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:623512f8ba53c422fcfb2ce68362c97945095b864cda94a92edbaf5994201083"},
|
365 |
+
{file = "coverage-7.4.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0513b9508b93da4e1716744ef6ebc507aff016ba115ffe8ecff744d1322a7b63"},
|
366 |
+
{file = "coverage-7.4.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:40209e141059b9370a2657c9b15607815359ab3ef9918f0196b6fccce8d3230f"},
|
367 |
+
{file = "coverage-7.4.4-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8a2b2b78c78293782fd3767d53e6474582f62443d0504b1554370bde86cc8227"},
|
368 |
+
{file = "coverage-7.4.4-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:73bfb9c09951125d06ee473bed216e2c3742f530fc5acc1383883125de76d9cd"},
|
369 |
+
{file = "coverage-7.4.4-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:1f384c3cc76aeedce208643697fb3e8437604b512255de6d18dae3f27655a384"},
|
370 |
+
{file = "coverage-7.4.4-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:54eb8d1bf7cacfbf2a3186019bcf01d11c666bd495ed18717162f7eb1e9dd00b"},
|
371 |
+
{file = "coverage-7.4.4-cp311-cp311-win32.whl", hash = "sha256:cac99918c7bba15302a2d81f0312c08054a3359eaa1929c7e4b26ebe41e9b286"},
|
372 |
+
{file = "coverage-7.4.4-cp311-cp311-win_amd64.whl", hash = "sha256:b14706df8b2de49869ae03a5ccbc211f4041750cd4a66f698df89d44f4bd30ec"},
|
373 |
+
{file = "coverage-7.4.4-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:201bef2eea65e0e9c56343115ba3814e896afe6d36ffd37bab783261db430f76"},
|
374 |
+
{file = "coverage-7.4.4-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:41c9c5f3de16b903b610d09650e5e27adbfa7f500302718c9ffd1c12cf9d6818"},
|
375 |
+
{file = "coverage-7.4.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d898fe162d26929b5960e4e138651f7427048e72c853607f2b200909794ed978"},
|
376 |
+
{file = "coverage-7.4.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3ea79bb50e805cd6ac058dfa3b5c8f6c040cb87fe83de10845857f5535d1db70"},
|
377 |
+
{file = "coverage-7.4.4-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ce4b94265ca988c3f8e479e741693d143026632672e3ff924f25fab50518dd51"},
|
378 |
+
{file = "coverage-7.4.4-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:00838a35b882694afda09f85e469c96367daa3f3f2b097d846a7216993d37f4c"},
|
379 |
+
{file = "coverage-7.4.4-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:fdfafb32984684eb03c2d83e1e51f64f0906b11e64482df3c5db936ce3839d48"},
|
380 |
+
{file = "coverage-7.4.4-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:69eb372f7e2ece89f14751fbcbe470295d73ed41ecd37ca36ed2eb47512a6ab9"},
|
381 |
+
{file = "coverage-7.4.4-cp312-cp312-win32.whl", hash = "sha256:137eb07173141545e07403cca94ab625cc1cc6bc4c1e97b6e3846270e7e1fea0"},
|
382 |
+
{file = "coverage-7.4.4-cp312-cp312-win_amd64.whl", hash = "sha256:d71eec7d83298f1af3326ce0ff1d0ea83c7cb98f72b577097f9083b20bdaf05e"},
|
383 |
+
{file = "coverage-7.4.4-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:d5ae728ff3b5401cc320d792866987e7e7e880e6ebd24433b70a33b643bb0384"},
|
384 |
+
{file = "coverage-7.4.4-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:cc4f1358cb0c78edef3ed237ef2c86056206bb8d9140e73b6b89fbcfcbdd40e1"},
|
385 |
+
{file = "coverage-7.4.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8130a2aa2acb8788e0b56938786c33c7c98562697bf9f4c7d6e8e5e3a0501e4a"},
|
386 |
+
{file = "coverage-7.4.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:cf271892d13e43bc2b51e6908ec9a6a5094a4df1d8af0bfc360088ee6c684409"},
|
387 |
+
{file = "coverage-7.4.4-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a4cdc86d54b5da0df6d3d3a2f0b710949286094c3a6700c21e9015932b81447e"},
|
388 |
+
{file = "coverage-7.4.4-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:ae71e7ddb7a413dd60052e90528f2f65270aad4b509563af6d03d53e979feafd"},
|
389 |
+
{file = "coverage-7.4.4-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:38dd60d7bf242c4ed5b38e094baf6401faa114fc09e9e6632374388a404f98e7"},
|
390 |
+
{file = "coverage-7.4.4-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:aa5b1c1bfc28384f1f53b69a023d789f72b2e0ab1b3787aae16992a7ca21056c"},
|
391 |
+
{file = "coverage-7.4.4-cp38-cp38-win32.whl", hash = "sha256:dfa8fe35a0bb90382837b238fff375de15f0dcdb9ae68ff85f7a63649c98527e"},
|
392 |
+
{file = "coverage-7.4.4-cp38-cp38-win_amd64.whl", hash = "sha256:b2991665420a803495e0b90a79233c1433d6ed77ef282e8e152a324bbbc5e0c8"},
|
393 |
+
{file = "coverage-7.4.4-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:3b799445b9f7ee8bf299cfaed6f5b226c0037b74886a4e11515e569b36fe310d"},
|
394 |
+
{file = "coverage-7.4.4-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:b4d33f418f46362995f1e9d4f3a35a1b6322cb959c31d88ae56b0298e1c22357"},
|
395 |
+
{file = "coverage-7.4.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:aadacf9a2f407a4688d700e4ebab33a7e2e408f2ca04dbf4aef17585389eff3e"},
|
396 |
+
{file = "coverage-7.4.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7c95949560050d04d46b919301826525597f07b33beba6187d04fa64d47ac82e"},
|
397 |
+
{file = "coverage-7.4.4-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ff7687ca3d7028d8a5f0ebae95a6e4827c5616b31a4ee1192bdfde697db110d4"},
|
398 |
+
{file = "coverage-7.4.4-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:5fc1de20b2d4a061b3df27ab9b7c7111e9a710f10dc2b84d33a4ab25065994ec"},
|
399 |
+
{file = "coverage-7.4.4-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:c74880fc64d4958159fbd537a091d2a585448a8f8508bf248d72112723974cbd"},
|
400 |
+
{file = "coverage-7.4.4-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:742a76a12aa45b44d236815d282b03cfb1de3b4323f3e4ec933acfae08e54ade"},
|
401 |
+
{file = "coverage-7.4.4-cp39-cp39-win32.whl", hash = "sha256:d89d7b2974cae412400e88f35d86af72208e1ede1a541954af5d944a8ba46c57"},
|
402 |
+
{file = "coverage-7.4.4-cp39-cp39-win_amd64.whl", hash = "sha256:9ca28a302acb19b6af89e90f33ee3e1906961f94b54ea37de6737b7ca9d8827c"},
|
403 |
+
{file = "coverage-7.4.4-pp38.pp39.pp310-none-any.whl", hash = "sha256:b2c5edc4ac10a7ef6605a966c58929ec6c1bd0917fb8c15cb3363f65aa40e677"},
|
404 |
+
{file = "coverage-7.4.4.tar.gz", hash = "sha256:c901df83d097649e257e803be22592aedfd5182f07b3cc87d640bbb9afd50f49"},
|
405 |
]
|
406 |
|
407 |
[package.dependencies]
|
|
|
508 |
|
509 |
[[package]]
|
510 |
name = "fonttools"
|
511 |
+
version = "4.50.0"
|
512 |
description = "Tools to manipulate font files"
|
513 |
optional = false
|
514 |
python-versions = ">=3.8"
|
515 |
files = [
|
516 |
+
{file = "fonttools-4.50.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:effd303fb422f8ce06543a36ca69148471144c534cc25f30e5be752bc4f46736"},
|
517 |
+
{file = "fonttools-4.50.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:7913992ab836f621d06aabac118fc258b9947a775a607e1a737eb3a91c360335"},
|
518 |
+
{file = "fonttools-4.50.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8e0a1c5bd2f63da4043b63888534b52c5a1fd7ae187c8ffc64cbb7ae475b9dab"},
|
519 |
+
{file = "fonttools-4.50.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d40fc98540fa5360e7ecf2c56ddf3c6e7dd04929543618fd7b5cc76e66390562"},
|
520 |
+
{file = "fonttools-4.50.0-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:9fff65fbb7afe137bac3113827855e0204482727bddd00a806034ab0d3951d0d"},
|
521 |
+
{file = "fonttools-4.50.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:b1aeae3dd2ee719074a9372c89ad94f7c581903306d76befdaca2a559f802472"},
|
522 |
+
{file = "fonttools-4.50.0-cp310-cp310-win32.whl", hash = "sha256:e9623afa319405da33b43c85cceb0585a6f5d3a1d7c604daf4f7e1dd55c03d1f"},
|
523 |
+
{file = "fonttools-4.50.0-cp310-cp310-win_amd64.whl", hash = "sha256:778c5f43e7e654ef7fe0605e80894930bc3a7772e2f496238e57218610140f54"},
|
524 |
+
{file = "fonttools-4.50.0-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:3dfb102e7f63b78c832e4539969167ffcc0375b013080e6472350965a5fe8048"},
|
525 |
+
{file = "fonttools-4.50.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:9e58fe34cb379ba3d01d5d319d67dd3ce7ca9a47ad044ea2b22635cd2d1247fc"},
|
526 |
+
{file = "fonttools-4.50.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2c673ab40d15a442a4e6eb09bf007c1dda47c84ac1e2eecbdf359adacb799c24"},
|
527 |
+
{file = "fonttools-4.50.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9b3ac35cdcd1a4c90c23a5200212c1bb74fa05833cc7c14291d7043a52ca2aaa"},
|
528 |
+
{file = "fonttools-4.50.0-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:8844e7a2c5f7ecf977e82eb6b3014f025c8b454e046d941ece05b768be5847ae"},
|
529 |
+
{file = "fonttools-4.50.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:f849bd3c5c2249b49c98eca5aaebb920d2bfd92b3c69e84ca9bddf133e9f83f0"},
|
530 |
+
{file = "fonttools-4.50.0-cp311-cp311-win32.whl", hash = "sha256:39293ff231b36b035575e81c14626dfc14407a20de5262f9596c2cbb199c3625"},
|
531 |
+
{file = "fonttools-4.50.0-cp311-cp311-win_amd64.whl", hash = "sha256:c33d5023523b44d3481624f840c8646656a1def7630ca562f222eb3ead16c438"},
|
532 |
+
{file = "fonttools-4.50.0-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:b4a886a6dbe60100ba1cd24de962f8cd18139bd32808da80de1fa9f9f27bf1dc"},
|
533 |
+
{file = "fonttools-4.50.0-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:b2ca1837bfbe5eafa11313dbc7edada79052709a1fffa10cea691210af4aa1fa"},
|
534 |
+
{file = "fonttools-4.50.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a0493dd97ac8977e48ffc1476b932b37c847cbb87fd68673dee5182004906828"},
|
535 |
+
{file = "fonttools-4.50.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:77844e2f1b0889120b6c222fc49b2b75c3d88b930615e98893b899b9352a27ea"},
|
536 |
+
{file = "fonttools-4.50.0-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:3566bfb8c55ed9100afe1ba6f0f12265cd63a1387b9661eb6031a1578a28bad1"},
|
537 |
+
{file = "fonttools-4.50.0-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:35e10ddbc129cf61775d58a14f2d44121178d89874d32cae1eac722e687d9019"},
|
538 |
+
{file = "fonttools-4.50.0-cp312-cp312-win32.whl", hash = "sha256:cc8140baf9fa8f9b903f2b393a6c413a220fa990264b215bf48484f3d0bf8710"},
|
539 |
+
{file = "fonttools-4.50.0-cp312-cp312-win_amd64.whl", hash = "sha256:0ccc85fd96373ab73c59833b824d7a73846670a0cb1f3afbaee2b2c426a8f931"},
|
540 |
+
{file = "fonttools-4.50.0-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:e270a406219af37581d96c810172001ec536e29e5593aa40d4c01cca3e145aa6"},
|
541 |
+
{file = "fonttools-4.50.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:ac2463de667233372e9e1c7e9de3d914b708437ef52a3199fdbf5a60184f190c"},
|
542 |
+
{file = "fonttools-4.50.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:47abd6669195abe87c22750dbcd366dc3a0648f1b7c93c2baa97429c4dc1506e"},
|
543 |
+
{file = "fonttools-4.50.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:074841375e2e3d559aecc86e1224caf78e8b8417bb391e7d2506412538f21adc"},
|
544 |
+
{file = "fonttools-4.50.0-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:0743fd2191ad7ab43d78cd747215b12033ddee24fa1e088605a3efe80d6984de"},
|
545 |
+
{file = "fonttools-4.50.0-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:3d7080cce7be5ed65bee3496f09f79a82865a514863197ff4d4d177389e981b0"},
|
546 |
+
{file = "fonttools-4.50.0-cp38-cp38-win32.whl", hash = "sha256:a467ba4e2eadc1d5cc1a11d355abb945f680473fbe30d15617e104c81f483045"},
|
547 |
+
{file = "fonttools-4.50.0-cp38-cp38-win_amd64.whl", hash = "sha256:f77e048f805e00870659d6318fd89ef28ca4ee16a22b4c5e1905b735495fc422"},
|
548 |
+
{file = "fonttools-4.50.0-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:b6245eafd553c4e9a0708e93be51392bd2288c773523892fbd616d33fd2fda59"},
|
549 |
+
{file = "fonttools-4.50.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:a4062cc7e8de26f1603323ef3ae2171c9d29c8a9f5e067d555a2813cd5c7a7e0"},
|
550 |
+
{file = "fonttools-4.50.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:34692850dfd64ba06af61e5791a441f664cb7d21e7b544e8f385718430e8f8e4"},
|
551 |
+
{file = "fonttools-4.50.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:678dd95f26a67e02c50dcb5bf250f95231d455642afbc65a3b0bcdacd4e4dd38"},
|
552 |
+
{file = "fonttools-4.50.0-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:4f2ce7b0b295fe64ac0a85aef46a0f2614995774bd7bc643b85679c0283287f9"},
|
553 |
+
{file = "fonttools-4.50.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:d346f4dc2221bfb7ab652d1e37d327578434ce559baf7113b0f55768437fe6a0"},
|
554 |
+
{file = "fonttools-4.50.0-cp39-cp39-win32.whl", hash = "sha256:a51eeaf52ba3afd70bf489be20e52fdfafe6c03d652b02477c6ce23c995222f4"},
|
555 |
+
{file = "fonttools-4.50.0-cp39-cp39-win_amd64.whl", hash = "sha256:8639be40d583e5d9da67795aa3eeeda0488fb577a1d42ae11a5036f18fb16d93"},
|
556 |
+
{file = "fonttools-4.50.0-py3-none-any.whl", hash = "sha256:48fa36da06247aa8282766cfd63efff1bb24e55f020f29a335939ed3844d20d3"},
|
557 |
+
{file = "fonttools-4.50.0.tar.gz", hash = "sha256:fa5cf61058c7dbb104c2ac4e782bf1b2016a8cf2f69de6e4dd6a865d2c969bb5"},
|
558 |
]
|
559 |
|
560 |
[package.extras]
|
|
|
659 |
|
660 |
[[package]]
|
661 |
name = "fsspec"
|
662 |
+
version = "2024.3.0"
|
663 |
description = "File-system specification"
|
664 |
optional = false
|
665 |
python-versions = ">=3.8"
|
666 |
files = [
|
667 |
+
{file = "fsspec-2024.3.0-py3-none-any.whl", hash = "sha256:779001bd0122c9c4975cf03827d5e86c3afb914a3ae27040f15d341ab506a693"},
|
668 |
+
{file = "fsspec-2024.3.0.tar.gz", hash = "sha256:f13a130c0ed07e15c4e1aeb0472a823e9c426b0b5792a1f40d902b0a71972d43"},
|
669 |
]
|
670 |
|
671 |
[package.extras]
|
|
|
855 |
|
856 |
[[package]]
|
857 |
name = "importlib-resources"
|
858 |
+
version = "6.3.1"
|
859 |
description = "Read resources from Python packages"
|
860 |
optional = false
|
861 |
python-versions = ">=3.8"
|
862 |
files = [
|
863 |
+
{file = "importlib_resources-6.3.1-py3-none-any.whl", hash = "sha256:4811639ca7fa830abdb8e9ca0a104dc6ad13de691d9fe0d3173a71304f068159"},
|
864 |
+
{file = "importlib_resources-6.3.1.tar.gz", hash = "sha256:29a3d16556e330c3c8fb8202118c5ff41241cc34cbfb25989bbad226d99b7995"},
|
865 |
]
|
866 |
|
867 |
[package.extras]
|
|
|
1514 |
|
1515 |
[[package]]
|
1516 |
name = "openai"
|
1517 |
+
version = "1.14.1"
|
1518 |
description = "The official Python library for the openai API"
|
1519 |
optional = false
|
1520 |
python-versions = ">=3.7.1"
|
1521 |
files = [
|
1522 |
+
{file = "openai-1.14.1-py3-none-any.whl", hash = "sha256:f9322b0bf3b82bbd06930fad535369a023f35a3a96d3ef0b827644a15d7aae97"},
|
1523 |
+
{file = "openai-1.14.1.tar.gz", hash = "sha256:1fab5dd623cdc0c7c6e7da5d8d11fa6900f94191c2dfb6510d7eac33195fa175"},
|
1524 |
]
|
1525 |
|
1526 |
[package.dependencies]
|
|
|
1889 |
|
1890 |
[[package]]
|
1891 |
name = "protobuf"
|
1892 |
+
version = "5.26.0"
|
1893 |
description = ""
|
1894 |
optional = false
|
1895 |
python-versions = ">=3.8"
|
1896 |
files = [
|
1897 |
+
{file = "protobuf-5.26.0-cp310-abi3-win32.whl", hash = "sha256:f9ecc8eb6f18037e0cbf43256db0325d4723f429bca7ef5cd358b7c29d65f628"},
|
1898 |
+
{file = "protobuf-5.26.0-cp310-abi3-win_amd64.whl", hash = "sha256:dfd29f6eb34107dccf289a93d44fb6b131e68888d090b784b691775ac84e8213"},
|
1899 |
+
{file = "protobuf-5.26.0-cp37-abi3-macosx_10_9_universal2.whl", hash = "sha256:7e47c57303466c867374a17b2b5e99c5a7c8b72a94118e2f28efb599f19b4069"},
|
1900 |
+
{file = "protobuf-5.26.0-cp37-abi3-manylinux2014_aarch64.whl", hash = "sha256:e184175276edc222e2d5e314a72521e10049938a9a4961fe4bea9b25d073c03f"},
|
1901 |
+
{file = "protobuf-5.26.0-cp37-abi3-manylinux2014_x86_64.whl", hash = "sha256:6ee9d1aa02f951c5ce10bf8c6cfb7604133773038e33f913183c8b5201350600"},
|
1902 |
+
{file = "protobuf-5.26.0-cp38-cp38-win32.whl", hash = "sha256:2c334550e1cb4efac5c8a3987384bf13a4334abaf5ab59e40479e7b70ecd6b19"},
|
1903 |
+
{file = "protobuf-5.26.0-cp38-cp38-win_amd64.whl", hash = "sha256:8eef61a90631c21b06b4f492a27e199a269827f046de3bb68b61aa84fcf50905"},
|
1904 |
+
{file = "protobuf-5.26.0-cp39-cp39-win32.whl", hash = "sha256:ca825f4eecb8c342d2ec581e6a5ad1ad1a47bededaecd768e0d3451ae4aaac2b"},
|
1905 |
+
{file = "protobuf-5.26.0-cp39-cp39-win_amd64.whl", hash = "sha256:efd4f5894c50bd76cbcfdd668cd941021333861ed0f441c78a83d8254a01cc9f"},
|
1906 |
+
{file = "protobuf-5.26.0-py3-none-any.whl", hash = "sha256:a49b6c5359bf34fb7bf965bf21abfab4476e4527d822ab5289ee3bf73f291159"},
|
1907 |
+
{file = "protobuf-5.26.0.tar.gz", hash = "sha256:82f5870d74c99addfe4152777bdf8168244b9cf0ac65f8eccf045ddfa9d80d9b"},
|
1908 |
]
|
1909 |
|
1910 |
[[package]]
|
|
|
1970 |
|
1971 |
[[package]]
|
1972 |
name = "pydantic"
|
1973 |
+
version = "2.6.4"
|
1974 |
description = "Data validation using Python type hints"
|
1975 |
optional = false
|
1976 |
python-versions = ">=3.8"
|
1977 |
files = [
|
1978 |
+
{file = "pydantic-2.6.4-py3-none-any.whl", hash = "sha256:cc46fce86607580867bdc3361ad462bab9c222ef042d3da86f2fb333e1d916c5"},
|
1979 |
+
{file = "pydantic-2.6.4.tar.gz", hash = "sha256:b1704e0847db01817624a6b86766967f552dd9dbf3afba4004409f908dcc84e6"},
|
1980 |
]
|
1981 |
|
1982 |
[package.dependencies]
|
|
|
2314 |
|
2315 |
[[package]]
|
2316 |
name = "referencing"
|
2317 |
+
version = "0.34.0"
|
2318 |
description = "JSON Referencing + Python"
|
2319 |
optional = false
|
2320 |
python-versions = ">=3.8"
|
2321 |
files = [
|
2322 |
+
{file = "referencing-0.34.0-py3-none-any.whl", hash = "sha256:d53ae300ceddd3169f1ffa9caf2cb7b769e92657e4fafb23d34b93679116dfd4"},
|
2323 |
+
{file = "referencing-0.34.0.tar.gz", hash = "sha256:5773bd84ef41799a5a8ca72dc34590c041eb01bf9aa02632b4a973fb0181a844"},
|
2324 |
]
|
2325 |
|
2326 |
[package.dependencies]
|
|
|
2578 |
|
2579 |
[[package]]
|
2580 |
name = "ruff"
|
2581 |
+
version = "0.3.3"
|
2582 |
description = "An extremely fast Python linter and code formatter, written in Rust."
|
2583 |
optional = false
|
2584 |
python-versions = ">=3.7"
|
2585 |
files = [
|
2586 |
+
{file = "ruff-0.3.3-py3-none-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl", hash = "sha256:973a0e388b7bc2e9148c7f9be8b8c6ae7471b9be37e1cc732f8f44a6f6d7720d"},
|
2587 |
+
{file = "ruff-0.3.3-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:cfa60d23269d6e2031129b053fdb4e5a7b0637fc6c9c0586737b962b2f834493"},
|
2588 |
+
{file = "ruff-0.3.3-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1eca7ff7a47043cf6ce5c7f45f603b09121a7cc047447744b029d1b719278eb5"},
|
2589 |
+
{file = "ruff-0.3.3-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:e7d3f6762217c1da954de24b4a1a70515630d29f71e268ec5000afe81377642d"},
|
2590 |
+
{file = "ruff-0.3.3-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b24c19e8598916d9c6f5a5437671f55ee93c212a2c4c569605dc3842b6820386"},
|
2591 |
+
{file = "ruff-0.3.3-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:5a6cbf216b69c7090f0fe4669501a27326c34e119068c1494f35aaf4cc683778"},
|
2592 |
+
{file = "ruff-0.3.3-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:352e95ead6964974b234e16ba8a66dad102ec7bf8ac064a23f95371d8b198aab"},
|
2593 |
+
{file = "ruff-0.3.3-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:8d6ab88c81c4040a817aa432484e838aaddf8bfd7ca70e4e615482757acb64f8"},
|
2594 |
+
{file = "ruff-0.3.3-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:79bca3a03a759cc773fca69e0bdeac8abd1c13c31b798d5bb3c9da4a03144a9f"},
|
2595 |
+
{file = "ruff-0.3.3-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:2700a804d5336bcffe063fd789ca2c7b02b552d2e323a336700abb8ae9e6a3f8"},
|
2596 |
+
{file = "ruff-0.3.3-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:fd66469f1a18fdb9d32e22b79f486223052ddf057dc56dea0caaf1a47bdfaf4e"},
|
2597 |
+
{file = "ruff-0.3.3-py3-none-musllinux_1_2_i686.whl", hash = "sha256:45817af234605525cdf6317005923bf532514e1ea3d9270acf61ca2440691376"},
|
2598 |
+
{file = "ruff-0.3.3-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:0da458989ce0159555ef224d5b7c24d3d2e4bf4c300b85467b08c3261c6bc6a8"},
|
2599 |
+
{file = "ruff-0.3.3-py3-none-win32.whl", hash = "sha256:f2831ec6a580a97f1ea82ea1eda0401c3cdf512cf2045fa3c85e8ef109e87de0"},
|
2600 |
+
{file = "ruff-0.3.3-py3-none-win_amd64.whl", hash = "sha256:be90bcae57c24d9f9d023b12d627e958eb55f595428bafcb7fec0791ad25ddfc"},
|
2601 |
+
{file = "ruff-0.3.3-py3-none-win_arm64.whl", hash = "sha256:0171aab5fecdc54383993389710a3d1227f2da124d76a2784a7098e818f92d61"},
|
2602 |
+
{file = "ruff-0.3.3.tar.gz", hash = "sha256:38671be06f57a2f8aba957d9f701ea889aa5736be806f18c0cd03d6ff0cbca8d"},
|
2603 |
]
|
2604 |
|
2605 |
[[package]]
|
|
|
2866 |
|
2867 |
[[package]]
|
2868 |
name = "shortuuid"
|
2869 |
+
version = "1.0.13"
|
2870 |
description = "A generator library for concise, unambiguous and URL-safe UUIDs."
|
2871 |
optional = false
|
2872 |
+
python-versions = ">=3.6"
|
2873 |
files = [
|
2874 |
+
{file = "shortuuid-1.0.13-py3-none-any.whl", hash = "sha256:a482a497300b49b4953e15108a7913244e1bb0d41f9d332f5e9925dba33a3c5a"},
|
2875 |
+
{file = "shortuuid-1.0.13.tar.gz", hash = "sha256:3bb9cf07f606260584b1df46399c0b87dd84773e7b25912b7e391e30797c5e72"},
|
2876 |
]
|
2877 |
|
2878 |
[[package]]
|
pyproject.toml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
[tool.poetry]
|
2 |
name = "lisa-on-cuda"
|
3 |
-
version = "0.2.
|
4 |
description = ""
|
5 |
authors = ["alessandro trinca tornidor <[email protected]>"]
|
6 |
license = "Apache 2.0"
|
|
|
1 |
[tool.poetry]
|
2 |
name = "lisa-on-cuda"
|
3 |
+
version = "0.2.1"
|
4 |
description = ""
|
5 |
authors = ["alessandro trinca tornidor <[email protected]>"]
|
6 |
license = "Apache 2.0"
|