Archisman Karmakar
commited on
Commit
·
ce3ea5f
1
Parent(s):
912c816
PKG FIX
Browse files- poetry.lock +71 -33
- pyproject.toml +2 -0
- requirements.txt +8 -6
poetry.lock
CHANGED
@@ -2,14 +2,14 @@
|
|
2 |
|
3 |
[[package]]
|
4 |
name = "absl-py"
|
5 |
-
version = "2.
|
6 |
description = "Abseil Python Common Libraries, see https://github.com/abseil/abseil-py."
|
7 |
optional = false
|
8 |
-
python-versions = ">=3.
|
9 |
groups = ["main"]
|
10 |
files = [
|
11 |
-
{file = "
|
12 |
-
{file = "absl_py-2.
|
13 |
]
|
14 |
|
15 |
[[package]]
|
@@ -857,14 +857,14 @@ tests = ["pytest", "pytest-cov", "pytest-xdist"]
|
|
857 |
|
858 |
[[package]]
|
859 |
name = "dask"
|
860 |
-
version = "2025.
|
861 |
description = "Parallel PyData with Task Scheduling"
|
862 |
optional = false
|
863 |
python-versions = ">=3.10"
|
864 |
groups = ["main"]
|
865 |
files = [
|
866 |
-
{file = "dask-2025.
|
867 |
-
{file = "dask-2025.
|
868 |
]
|
869 |
|
870 |
[package.dependencies]
|
@@ -881,7 +881,7 @@ array = ["numpy (>=1.24)"]
|
|
881 |
complete = ["dask[array,dataframe,diagnostics,distributed]", "lz4 (>=4.3.2)", "pyarrow (>=14.0.1)"]
|
882 |
dataframe = ["dask[array]", "pandas (>=2.0)", "pyarrow (>=14.0.1)"]
|
883 |
diagnostics = ["bokeh (>=3.1.0)", "jinja2 (>=2.10.3)"]
|
884 |
-
distributed = ["distributed (==2025.
|
885 |
test = ["pandas[test]", "pre-commit", "pytest", "pytest-cov", "pytest-mock", "pytest-rerunfailures", "pytest-timeout", "pytest-xdist"]
|
886 |
|
887 |
[[package]]
|
@@ -1036,20 +1036,20 @@ files = [
|
|
1036 |
|
1037 |
[[package]]
|
1038 |
name = "distributed"
|
1039 |
-
version = "2025.
|
1040 |
description = "Distributed scheduler for Dask"
|
1041 |
optional = false
|
1042 |
python-versions = ">=3.10"
|
1043 |
groups = ["main"]
|
1044 |
files = [
|
1045 |
-
{file = "distributed-2025.
|
1046 |
-
{file = "distributed-2025.
|
1047 |
]
|
1048 |
|
1049 |
[package.dependencies]
|
1050 |
click = ">=8.0"
|
1051 |
cloudpickle = ">=3.0.0"
|
1052 |
-
dask = "2025.
|
1053 |
jinja2 = ">=2.10.3"
|
1054 |
locket = ">=1.0.0"
|
1055 |
msgpack = ">=1.0.2"
|
@@ -4189,6 +4189,26 @@ files = [
|
|
4189 |
dev = ["abi3audit", "black (==24.10.0)", "check-manifest", "coverage", "packaging", "pylint", "pyperf", "pypinfo", "pytest", "pytest-cov", "pytest-xdist", "requests", "rstcheck", "ruff", "setuptools", "sphinx", "sphinx_rtd_theme", "toml-sort", "twine", "virtualenv", "vulture", "wheel"]
|
4190 |
test = ["pytest", "pytest-xdist", "setuptools"]
|
4191 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4192 |
[[package]]
|
4193 |
name = "ptyprocess"
|
4194 |
version = "0.7.0"
|
@@ -4422,6 +4442,21 @@ files = [
|
|
4422 |
[package.dependencies]
|
4423 |
six = ">=1.5"
|
4424 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4425 |
[[package]]
|
4426 |
name = "pytorch-lightning"
|
4427 |
version = "2.5.1"
|
@@ -6148,14 +6183,14 @@ torch = "2.6.0"
|
|
6148 |
|
6149 |
[[package]]
|
6150 |
name = "torchmetrics"
|
6151 |
-
version = "1.
|
6152 |
description = "PyTorch native Metrics"
|
6153 |
optional = false
|
6154 |
python-versions = ">=3.9"
|
6155 |
groups = ["main"]
|
6156 |
files = [
|
6157 |
-
{file = "torchmetrics-1.
|
6158 |
-
{file = "torchmetrics-1.
|
6159 |
]
|
6160 |
|
6161 |
[package.dependencies]
|
@@ -6165,12 +6200,13 @@ packaging = ">17.1"
|
|
6165 |
torch = ">=2.0.0"
|
6166 |
|
6167 |
[package.extras]
|
6168 |
-
all = ["SciencePlots (>=2.0.0)", "gammatone (>=1.0.0)", "ipadic (>=1.0.0)", "librosa (>=0.10.0)", "matplotlib (>=3.6.0)", "mecab-python3 (>=1.0.6)", "mypy (==1.15.0)", "nltk (>3.8.1)", "onnxruntime (>=1.12.0)", "pesq (>=0.0.4)", "piq (<=0.8.0)", "pycocotools (>2.0.0)", "pystoi (>=0.4.0)", "regex (>=2021.9.24)", "requests (>=2.19.0)", "scipy (>1.0.0)", "sentencepiece (>=0.2.0)", "torch (==2.6.0)", "torch-fidelity (<=0.4.0)", "torchaudio (>=2.0.1)", "torchvision (>=0.15.1)", "torchvision (>=0.15.1)", "tqdm (<4.68.0)", "transformers (>4.4.0)", "transformers (>=4.42.3)", "types-PyYAML", "types-emoji", "types-protobuf", "types-requests", "types-setuptools", "types-six", "types-tabulate"]
|
6169 |
audio = ["gammatone (>=1.0.0)", "librosa (>=0.10.0)", "onnxruntime (>=1.12.0)", "pesq (>=0.0.4)", "pystoi (>=0.4.0)", "requests (>=2.19.0)", "torchaudio (>=2.0.1)"]
|
|
|
6170 |
detection = ["pycocotools (>2.0.0)", "torchvision (>=0.15.1)"]
|
6171 |
-
dev = ["PyTDC (==0.4.1) ; python_version < \"3.12\"", "SciencePlots (>=2.0.0)", "bert_score (==0.3.13)", "dython (==0.7.9)", "fairlearn", "fast-bss-eval (>=0.1.0)", "faster-coco-eval (>=1.6.3)", "gammatone (>=1.0.0)", "huggingface-hub (<0.30)", "ipadic (>=1.0.0)", "jiwer (>=2.3.0)", "kornia (>=0.6.7)", "librosa (>=0.10.0)", "lpips (<=0.1.4)", "matplotlib (>=3.6.0)", "mecab-ko (>=1.0.0,<1.1.0) ; python_version < \"3.12\"", "mecab-ko-dic (>=1.0.0) ; python_version < \"3.12\"", "mecab-python3 (>=1.0.6)", "mir-eval (>=0.6)", "monai (==1.4.0)", "mypy (==1.15.0)", "netcal (>1.0.0)", "nltk (>3.8.1)", "numpy (<2.3.0)", "onnxruntime (>=1.12.0)", "pandas (>1.4.0)", "permetrics (==2.0.0)", "pesq (>=0.0.4)", "piq (<=0.8.0)", "pycocotools (>2.0.0)", "pystoi (>=0.4.0)", "pytorch-msssim (==1.0.0)", "regex (>=2021.9.24)", "requests (>=2.19.0)", "rouge-score (>0.1.0)", "sacrebleu (>=2.3.0)", "scikit-image (>=0.19.0)", "scipy (>1.0.0)", "scipy (>1.0.0)", "sentencepiece (>=0.2.0)", "sewar (>=0.4.4)", "statsmodels (>0.13.5)", "torch (==2.6.0)", "torch-fidelity (<=0.4.0)", "torch_complex (<0.5.0)", "torchaudio (>=2.0.1)", "torchvision (>=0.15.1)", "torchvision (>=0.15.1)", "tqdm (<4.68.0)", "transformers (>4.4.0)", "transformers (>=4.42.3)", "types-PyYAML", "types-emoji", "types-protobuf", "types-requests", "types-setuptools", "types-six", "types-tabulate"]
|
6172 |
image = ["scipy (>1.0.0)", "torch-fidelity (<=0.4.0)", "torchvision (>=0.15.1)"]
|
6173 |
-
multimodal = ["piq (<=0.8.0)", "transformers (>=4.42.3)"]
|
6174 |
text = ["ipadic (>=1.0.0)", "mecab-python3 (>=1.0.6)", "nltk (>3.8.1)", "regex (>=2021.9.24)", "sentencepiece (>=0.2.0)", "tqdm (<4.68.0)", "transformers (>4.4.0)"]
|
6175 |
typing = ["mypy (==1.15.0)", "torch (==2.6.0)", "types-PyYAML", "types-emoji", "types-protobuf", "types-requests", "types-setuptools", "types-six", "types-tabulate"]
|
6176 |
visual = ["SciencePlots (>=2.0.0)", "matplotlib (>=3.6.0)"]
|
@@ -6275,14 +6311,14 @@ test = ["argcomplete (>=3.0.3)", "mypy (>=1.7.0)", "pre-commit", "pytest (>=7.0,
|
|
6275 |
|
6276 |
[[package]]
|
6277 |
name = "transformers"
|
6278 |
-
version = "4.
|
6279 |
description = "State-of-the-art Machine Learning for JAX, PyTorch and TensorFlow"
|
6280 |
optional = false
|
6281 |
python-versions = ">=3.9.0"
|
6282 |
groups = ["main"]
|
6283 |
files = [
|
6284 |
-
{file = "transformers-4.
|
6285 |
-
{file = "transformers-4.
|
6286 |
]
|
6287 |
|
6288 |
[package.dependencies]
|
@@ -6293,29 +6329,31 @@ packaging = ">=20.0"
|
|
6293 |
pyyaml = ">=5.1"
|
6294 |
regex = "!=2019.12.17"
|
6295 |
requests = "*"
|
6296 |
-
safetensors = ">=0.4.
|
6297 |
tokenizers = ">=0.21,<0.22"
|
6298 |
tqdm = ">=4.27"
|
6299 |
|
6300 |
[package.extras]
|
6301 |
accelerate = ["accelerate (>=0.26.0)"]
|
6302 |
agents = ["Pillow (>=10.0.1,<=15.0)", "accelerate (>=0.26.0)", "datasets (!=2.5.0)", "diffusers", "opencv-python", "sentencepiece (>=0.1.91,!=0.1.92)", "torch (>=2.0)"]
|
6303 |
-
all = ["Pillow (>=10.0.1,<=15.0)", "accelerate (>=0.26.0)", "av", "codecarbon (>=2.8.1)", "flax (>=0.4.1,<=0.7.0)", "jax (>=0.4.1,<=0.4.13)", "jaxlib (>=0.4.1,<=0.4.13)", "kenlm", "keras-nlp (>=0.3.1,<0.14.0)", "librosa", "onnxconverter-common", "optax (>=0.0.8,<=0.1.4)", "optuna", "phonemizer", "protobuf", "pyctcdecode (>=0.4.0)", "ray[tune] (>=2.7.0)", "scipy (<1.13.0)", "sentencepiece (>=0.1.91,!=0.1.92)", "sigopt", "tensorflow (>2.9,<2.16)", "tensorflow-text (<2.16)", "tf2onnx", "timm (<=1.0.11)", "tokenizers (>=0.21,<0.22)", "torch (>=2.0)", "torchaudio", "torchvision"]
|
6304 |
audio = ["kenlm", "librosa", "phonemizer", "pyctcdecode (>=0.4.0)"]
|
6305 |
benchmark = ["optimum-benchmark (>=0.3.0)"]
|
6306 |
codecarbon = ["codecarbon (>=2.8.1)"]
|
6307 |
deepspeed = ["accelerate (>=0.26.0)", "deepspeed (>=0.9.3)"]
|
6308 |
-
deepspeed-testing = ["GitPython (<3.1.19)", "accelerate (>=0.26.0)", "beautifulsoup4", "cookiecutter (==1.7.3)", "datasets (!=2.5.0)", "deepspeed (>=0.9.3)", "dill (<0.3.5)", "evaluate (>=0.2.0)", "faiss-cpu", "nltk (<=3.8.1)", "optuna", "parameterized", "protobuf", "psutil", "pydantic", "pytest (>=7.2.0,<8.0.0)", "pytest-asyncio", "pytest-rich", "pytest-timeout", "pytest-xdist", "rjieba", "rouge-score (!=0.0.7,!=0.0.8,!=0.1,!=0.1.1)", "ruff (==0.5.1)", "sacrebleu (>=1.4.12,<2.0.0)", "sacremoses", "sentencepiece (>=0.1.91,!=0.1.92)", "tensorboard", "timeout-decorator"]
|
6309 |
-
dev = ["GitPython (<3.1.19)", "Pillow (>=10.0.1,<=15.0)", "accelerate (>=0.26.0)", "av", "beautifulsoup4", "codecarbon (>=2.8.1)", "cookiecutter (==1.7.3)", "datasets (!=2.5.0)", "dill (<0.3.5)", "evaluate (>=0.2.0)", "faiss-cpu", "flax (>=0.4.1,<=0.7.0)", "fugashi (>=1.0)", "ipadic (>=1.0.0,<2.0)", "isort (>=5.5.4)", "jax (>=0.4.1,<=0.4.13)", "jaxlib (>=0.4.1,<=0.4.13)", "kenlm", "keras-nlp (>=0.3.1,<0.14.0)", "libcst", "librosa", "nltk (<=3.8.1)", "onnxconverter-common", "optax (>=0.0.8,<=0.1.4)", "optuna", "parameterized", "phonemizer", "protobuf", "psutil", "pyctcdecode (>=0.4.0)", "pydantic", "pytest (>=7.2.0,<8.0.0)", "pytest-asyncio", "pytest-rich", "pytest-timeout", "pytest-xdist", "ray[tune] (>=2.7.0)", "rhoknp (>=1.1.0,<1.3.1)", "rich", "rjieba", "rouge-score (!=0.0.7,!=0.0.8,!=0.1,!=0.1.1)", "ruff (==0.5.1)", "sacrebleu (>=1.4.12,<2.0.0)", "sacremoses", "scikit-learn", "scipy (<1.13.0)", "sentencepiece (>=0.1.91,!=0.1.92)", "sigopt", "sudachidict-core (>=20220729)", "sudachipy (>=0.6.6)", "tensorboard", "tensorflow (>2.9,<2.16)", "tensorflow-text (<2.16)", "tf2onnx", "timeout-decorator", "timm (<=1.0.11)", "tokenizers (>=0.21,<0.22)", "torch (>=2.0)", "torchaudio", "torchvision", "unidic (>=1.0.2)", "unidic-lite (>=1.0.7)", "urllib3 (<2.0.0)"]
|
6310 |
-
dev-tensorflow = ["GitPython (<3.1.19)", "Pillow (>=10.0.1,<=15.0)", "beautifulsoup4", "cookiecutter (==1.7.3)", "datasets (!=2.5.0)", "dill (<0.3.5)", "evaluate (>=0.2.0)", "faiss-cpu", "isort (>=5.5.4)", "kenlm", "keras-nlp (>=0.3.1,<0.14.0)", "libcst", "librosa", "nltk (<=3.8.1)", "onnxconverter-common", "onnxruntime (>=1.4.0)", "onnxruntime-tools (>=1.4.2)", "parameterized", "phonemizer", "protobuf", "psutil", "pyctcdecode (>=0.4.0)", "pydantic", "pytest (>=7.2.0,<8.0.0)", "pytest-asyncio", "pytest-rich", "pytest-timeout", "pytest-xdist", "rich", "rjieba", "rouge-score (!=0.0.7,!=0.0.8,!=0.1,!=0.1.1)", "ruff (==0.5.1)", "sacrebleu (>=1.4.12,<2.0.0)", "sacremoses", "scikit-learn", "sentencepiece (>=0.1.91,!=0.1.92)", "tensorboard", "tensorflow (>2.9,<2.16)", "tensorflow-text (<2.16)", "tf2onnx", "timeout-decorator", "tokenizers (>=0.21,<0.22)", "urllib3 (<2.0.0)"]
|
6311 |
-
dev-torch = ["GitPython (<3.1.19)", "Pillow (>=10.0.1,<=15.0)", "accelerate (>=0.26.0)", "beautifulsoup4", "codecarbon (>=2.8.1)", "cookiecutter (==1.7.3)", "datasets (!=2.5.0)", "dill (<0.3.5)", "evaluate (>=0.2.0)", "faiss-cpu", "fugashi (>=1.0)", "ipadic (>=1.0.0,<2.0)", "isort (>=5.5.4)", "kenlm", "libcst", "librosa", "nltk (<=3.8.1)", "onnxruntime (>=1.4.0)", "onnxruntime-tools (>=1.4.2)", "optuna", "parameterized", "phonemizer", "protobuf", "psutil", "pyctcdecode (>=0.4.0)", "pydantic", "pytest (>=7.2.0,<8.0.0)", "pytest-asyncio", "pytest-rich", "pytest-timeout", "pytest-xdist", "ray[tune] (>=2.7.0)", "rhoknp (>=1.1.0,<1.3.1)", "rich", "rjieba", "rouge-score (!=0.0.7,!=0.0.8,!=0.1,!=0.1.1)", "ruff (==0.5.1)", "sacrebleu (>=1.4.12,<2.0.0)", "sacremoses", "scikit-learn", "sentencepiece (>=0.1.91,!=0.1.92)", "sigopt", "sudachidict-core (>=20220729)", "sudachipy (>=0.6.6)", "tensorboard", "timeout-decorator", "timm (<=1.0.11)", "tokenizers (>=0.21,<0.22)", "torch (>=2.0)", "torchaudio", "torchvision", "unidic (>=1.0.2)", "unidic-lite (>=1.0.7)", "urllib3 (<2.0.0)"]
|
6312 |
flax = ["flax (>=0.4.1,<=0.7.0)", "jax (>=0.4.1,<=0.4.13)", "jaxlib (>=0.4.1,<=0.4.13)", "optax (>=0.0.8,<=0.1.4)", "scipy (<1.13.0)"]
|
6313 |
flax-speech = ["kenlm", "librosa", "phonemizer", "pyctcdecode (>=0.4.0)"]
|
6314 |
ftfy = ["ftfy"]
|
6315 |
-
|
|
|
6316 |
ja = ["fugashi (>=1.0)", "ipadic (>=1.0.0,<2.0)", "rhoknp (>=1.1.0,<1.3.1)", "sudachidict-core (>=20220729)", "sudachipy (>=0.6.6)", "unidic (>=1.0.2)", "unidic-lite (>=1.0.7)"]
|
6317 |
modelcreation = ["cookiecutter (==1.7.3)"]
|
6318 |
natten = ["natten (>=0.14.6,<0.15.0)"]
|
|
|
6319 |
onnx = ["onnxconverter-common", "onnxruntime (>=1.4.0)", "onnxruntime-tools (>=1.4.2)", "tf2onnx"]
|
6320 |
onnxruntime = ["onnxruntime (>=1.4.0)", "onnxruntime-tools (>=1.4.2)"]
|
6321 |
optuna = ["optuna"]
|
@@ -6329,7 +6367,7 @@ serving = ["fastapi", "pydantic", "starlette", "uvicorn"]
|
|
6329 |
sigopt = ["sigopt"]
|
6330 |
sklearn = ["scikit-learn"]
|
6331 |
speech = ["kenlm", "librosa", "phonemizer", "pyctcdecode (>=0.4.0)", "torchaudio"]
|
6332 |
-
testing = ["GitPython (<3.1.19)", "beautifulsoup4", "cookiecutter (==1.7.3)", "datasets (!=2.5.0)", "dill (<0.3.5)", "evaluate (>=0.2.0)", "faiss-cpu", "nltk (<=3.8.1)", "parameterized", "psutil", "pydantic", "pytest (>=7.2.0,<8.0.0)", "pytest-asyncio", "pytest-rich", "pytest-timeout", "pytest-xdist", "rjieba", "rouge-score (!=0.0.7,!=0.0.8,!=0.1,!=0.1.1)", "ruff (==0.5.1)", "sacrebleu (>=1.4.12,<2.0.0)", "sacremoses", "sentencepiece (>=0.1.91,!=0.1.92)", "tensorboard", "timeout-decorator"]
|
6333 |
tf = ["keras-nlp (>=0.3.1,<0.14.0)", "onnxconverter-common", "tensorflow (>2.9,<2.16)", "tensorflow-text (<2.16)", "tf2onnx"]
|
6334 |
tf-cpu = ["keras (>2.9,<2.16)", "keras-nlp (>=0.3.1,<0.14.0)", "onnxconverter-common", "tensorflow-cpu (>2.9,<2.16)", "tensorflow-probability (<0.24)", "tensorflow-text (<2.16)", "tf2onnx"]
|
6335 |
tf-speech = ["kenlm", "librosa", "phonemizer", "pyctcdecode (>=0.4.0)"]
|
@@ -6390,14 +6428,14 @@ files = [
|
|
6390 |
|
6391 |
[[package]]
|
6392 |
name = "tzdata"
|
6393 |
-
version = "2025.
|
6394 |
description = "Provider of IANA time zone data"
|
6395 |
optional = false
|
6396 |
python-versions = ">=2"
|
6397 |
groups = ["main"]
|
6398 |
files = [
|
6399 |
-
{file = "tzdata-2025.
|
6400 |
-
{file = "tzdata-2025.
|
6401 |
]
|
6402 |
|
6403 |
[[package]]
|
@@ -7096,4 +7134,4 @@ cffi = ["cffi (>=1.11)"]
|
|
7096 |
[metadata]
|
7097 |
lock-version = "2.1"
|
7098 |
python-versions = ">=3.12,<4.0"
|
7099 |
-
content-hash = "
|
|
|
2 |
|
3 |
[[package]]
|
4 |
name = "absl-py"
|
5 |
+
version = "2.2.0"
|
6 |
description = "Abseil Python Common Libraries, see https://github.com/abseil/abseil-py."
|
7 |
optional = false
|
8 |
+
python-versions = ">=3.8"
|
9 |
groups = ["main"]
|
10 |
files = [
|
11 |
+
{file = "absl_py-2.2.0-py3-none-any.whl", hash = "sha256:5c432cdf7b045f89c4ddc3bba196cabb389c0c321322f8dec68eecdfa732fdad"},
|
12 |
+
{file = "absl_py-2.2.0.tar.gz", hash = "sha256:2aabeae1403380e338fba88d4f8c9bf9925c20ad04c1c96d4a26930d034c507b"},
|
13 |
]
|
14 |
|
15 |
[[package]]
|
|
|
857 |
|
858 |
[[package]]
|
859 |
name = "dask"
|
860 |
+
version = "2025.3.0"
|
861 |
description = "Parallel PyData with Task Scheduling"
|
862 |
optional = false
|
863 |
python-versions = ">=3.10"
|
864 |
groups = ["main"]
|
865 |
files = [
|
866 |
+
{file = "dask-2025.3.0-py3-none-any.whl", hash = "sha256:b5d72bb33788904a218fd7da1850238517592358ecc79c30bb5c188a71df506d"},
|
867 |
+
{file = "dask-2025.3.0.tar.gz", hash = "sha256:322834f44ebc24abeb564c56ccb817c97d6e7af6be71ad0ad96b78b51f2e0e85"},
|
868 |
]
|
869 |
|
870 |
[package.dependencies]
|
|
|
881 |
complete = ["dask[array,dataframe,diagnostics,distributed]", "lz4 (>=4.3.2)", "pyarrow (>=14.0.1)"]
|
882 |
dataframe = ["dask[array]", "pandas (>=2.0)", "pyarrow (>=14.0.1)"]
|
883 |
diagnostics = ["bokeh (>=3.1.0)", "jinja2 (>=2.10.3)"]
|
884 |
+
distributed = ["distributed (==2025.3.0)"]
|
885 |
test = ["pandas[test]", "pre-commit", "pytest", "pytest-cov", "pytest-mock", "pytest-rerunfailures", "pytest-timeout", "pytest-xdist"]
|
886 |
|
887 |
[[package]]
|
|
|
1036 |
|
1037 |
[[package]]
|
1038 |
name = "distributed"
|
1039 |
+
version = "2025.3.0"
|
1040 |
description = "Distributed scheduler for Dask"
|
1041 |
optional = false
|
1042 |
python-versions = ">=3.10"
|
1043 |
groups = ["main"]
|
1044 |
files = [
|
1045 |
+
{file = "distributed-2025.3.0-py3-none-any.whl", hash = "sha256:ebdacd181873b39bc30185857a5a856f051efaaf42ef2a8f507708857acdc6a9"},
|
1046 |
+
{file = "distributed-2025.3.0.tar.gz", hash = "sha256:84a68c91db2a106c752ca7845fba8cd92ad4f3545c0fb2d9b6dec0f44b225539"},
|
1047 |
]
|
1048 |
|
1049 |
[package.dependencies]
|
1050 |
click = ">=8.0"
|
1051 |
cloudpickle = ">=3.0.0"
|
1052 |
+
dask = "2025.3.0"
|
1053 |
jinja2 = ">=2.10.3"
|
1054 |
locket = ">=1.0.0"
|
1055 |
msgpack = ">=1.0.2"
|
|
|
4189 |
dev = ["abi3audit", "black (==24.10.0)", "check-manifest", "coverage", "packaging", "pylint", "pyperf", "pypinfo", "pytest", "pytest-cov", "pytest-xdist", "requests", "rstcheck", "ruff", "setuptools", "sphinx", "sphinx_rtd_theme", "toml-sort", "twine", "virtualenv", "vulture", "wheel"]
|
4190 |
test = ["pytest", "pytest-xdist", "setuptools"]
|
4191 |
|
4192 |
+
[[package]]
|
4193 |
+
name = "psycopg2"
|
4194 |
+
version = "2.9.10"
|
4195 |
+
description = "psycopg2 - Python-PostgreSQL Database Adapter"
|
4196 |
+
optional = false
|
4197 |
+
python-versions = ">=3.8"
|
4198 |
+
groups = ["main"]
|
4199 |
+
files = [
|
4200 |
+
{file = "psycopg2-2.9.10-cp310-cp310-win32.whl", hash = "sha256:5df2b672140f95adb453af93a7d669d7a7bf0a56bcd26f1502329166f4a61716"},
|
4201 |
+
{file = "psycopg2-2.9.10-cp310-cp310-win_amd64.whl", hash = "sha256:c6f7b8561225f9e711a9c47087388a97fdc948211c10a4bccbf0ba68ab7b3b5a"},
|
4202 |
+
{file = "psycopg2-2.9.10-cp311-cp311-win32.whl", hash = "sha256:47c4f9875125344f4c2b870e41b6aad585901318068acd01de93f3677a6522c2"},
|
4203 |
+
{file = "psycopg2-2.9.10-cp311-cp311-win_amd64.whl", hash = "sha256:0435034157049f6846e95103bd8f5a668788dd913a7c30162ca9503fdf542cb4"},
|
4204 |
+
{file = "psycopg2-2.9.10-cp312-cp312-win32.whl", hash = "sha256:65a63d7ab0e067e2cdb3cf266de39663203d38d6a8ed97f5ca0cb315c73fe067"},
|
4205 |
+
{file = "psycopg2-2.9.10-cp312-cp312-win_amd64.whl", hash = "sha256:4a579d6243da40a7b3182e0430493dbd55950c493d8c68f4eec0b302f6bbf20e"},
|
4206 |
+
{file = "psycopg2-2.9.10-cp313-cp313-win_amd64.whl", hash = "sha256:91fd603a2155da8d0cfcdbf8ab24a2d54bca72795b90d2a3ed2b6da8d979dee2"},
|
4207 |
+
{file = "psycopg2-2.9.10-cp39-cp39-win32.whl", hash = "sha256:9d5b3b94b79a844a986d029eee38998232451119ad653aea42bb9220a8c5066b"},
|
4208 |
+
{file = "psycopg2-2.9.10-cp39-cp39-win_amd64.whl", hash = "sha256:88138c8dedcbfa96408023ea2b0c369eda40fe5d75002c0964c78f46f11fa442"},
|
4209 |
+
{file = "psycopg2-2.9.10.tar.gz", hash = "sha256:12ec0b40b0273f95296233e8750441339298e6a572f7039da5b260e3c8b60e11"},
|
4210 |
+
]
|
4211 |
+
|
4212 |
[[package]]
|
4213 |
name = "ptyprocess"
|
4214 |
version = "0.7.0"
|
|
|
4442 |
[package.dependencies]
|
4443 |
six = ">=1.5"
|
4444 |
|
4445 |
+
[[package]]
|
4446 |
+
name = "python-dotenv"
|
4447 |
+
version = "1.0.1"
|
4448 |
+
description = "Read key-value pairs from a .env file and set them as environment variables"
|
4449 |
+
optional = false
|
4450 |
+
python-versions = ">=3.8"
|
4451 |
+
groups = ["main"]
|
4452 |
+
files = [
|
4453 |
+
{file = "python-dotenv-1.0.1.tar.gz", hash = "sha256:e324ee90a023d808f1959c46bcbc04446a10ced277783dc6ee09987c37ec10ca"},
|
4454 |
+
{file = "python_dotenv-1.0.1-py3-none-any.whl", hash = "sha256:f7b63ef50f1b690dddf550d03497b66d609393b40b564ed0d674909a68ebf16a"},
|
4455 |
+
]
|
4456 |
+
|
4457 |
+
[package.extras]
|
4458 |
+
cli = ["click (>=5.0)"]
|
4459 |
+
|
4460 |
[[package]]
|
4461 |
name = "pytorch-lightning"
|
4462 |
version = "2.5.1"
|
|
|
6183 |
|
6184 |
[[package]]
|
6185 |
name = "torchmetrics"
|
6186 |
+
version = "1.7.0"
|
6187 |
description = "PyTorch native Metrics"
|
6188 |
optional = false
|
6189 |
python-versions = ">=3.9"
|
6190 |
groups = ["main"]
|
6191 |
files = [
|
6192 |
+
{file = "torchmetrics-1.7.0-py3-none-any.whl", hash = "sha256:39a72cf40c8452e041f5315b997ef811c2baaae01478131cf6ed9813f553a668"},
|
6193 |
+
{file = "torchmetrics-1.7.0.tar.gz", hash = "sha256:7a26d5cb73a6ae51ab5cb514aa4dc0543af7287a507719986a06e15df12ea68b"},
|
6194 |
]
|
6195 |
|
6196 |
[package.dependencies]
|
|
|
6200 |
torch = ">=2.0.0"
|
6201 |
|
6202 |
[package.extras]
|
6203 |
+
all = ["SciencePlots (>=2.0.0)", "einops (>=0.7.0)", "gammatone (>=1.0.0)", "ipadic (>=1.0.0)", "librosa (>=0.10.0)", "matplotlib (>=3.6.0)", "mecab-python3 (>=1.0.6)", "mypy (==1.15.0)", "nltk (>3.8.1)", "onnxruntime (>=1.12.0)", "pesq (>=0.0.4)", "piq (<=0.8.0)", "pycocotools (>2.0.0)", "pystoi (>=0.4.0)", "regex (>=2021.9.24)", "requests (>=2.19.0)", "scipy (>1.0.0)", "sentencepiece (>=0.2.0)", "timm (>=0.9.0)", "torch (==2.6.0)", "torch-fidelity (<=0.4.0)", "torch_linear_assignment (>=0.0.2)", "torchaudio (>=2.0.1)", "torchvision (>=0.15.1)", "torchvision (>=0.15.1)", "tqdm (<4.68.0)", "transformers (>4.4.0)", "transformers (>=4.42.3)", "types-PyYAML", "types-emoji", "types-protobuf", "types-requests", "types-setuptools", "types-six", "types-tabulate"]
|
6204 |
audio = ["gammatone (>=1.0.0)", "librosa (>=0.10.0)", "onnxruntime (>=1.12.0)", "pesq (>=0.0.4)", "pystoi (>=0.4.0)", "requests (>=2.19.0)", "torchaudio (>=2.0.1)"]
|
6205 |
+
clustering = ["torch_linear_assignment (>=0.0.2)"]
|
6206 |
detection = ["pycocotools (>2.0.0)", "torchvision (>=0.15.1)"]
|
6207 |
+
dev = ["PyTDC (==0.4.1) ; python_version < \"3.12\"", "SciencePlots (>=2.0.0)", "aeon (>=1.0.0) ; python_version > \"3.10\"", "bert_score (==0.3.13)", "dists-pytorch (==0.1)", "dython (==0.7.9)", "einops (>=0.7.0)", "fairlearn", "fast-bss-eval (>=0.1.0)", "faster-coco-eval (>=1.6.3)", "gammatone (>=1.0.0)", "huggingface-hub (<0.30)", "ipadic (>=1.0.0)", "jiwer (>=2.3.0)", "kornia (>=0.6.7)", "librosa (>=0.10.0)", "lpips (<=0.1.4)", "matplotlib (>=3.6.0)", "mecab-ko (>=1.0.0,<1.1.0) ; python_version < \"3.12\"", "mecab-ko-dic (>=1.0.0) ; python_version < \"3.12\"", "mecab-python3 (>=1.0.6)", "mir-eval (>=0.6)", "monai (==1.4.0)", "mypy (==1.15.0)", "netcal (>1.0.0)", "nltk (>3.8.1)", "numpy (<2.3.0)", "onnxruntime (>=1.12.0)", "pandas (>1.4.0)", "permetrics (==2.0.0)", "pesq (>=0.0.4)", "piq (<=0.8.0)", "pycocotools (>2.0.0)", "pystoi (>=0.4.0)", "pytorch-msssim (==1.0.0)", "regex (>=2021.9.24)", "requests (>=2.19.0)", "rouge-score (>0.1.0)", "sacrebleu (>=2.3.0)", "scikit-image (>=0.19.0)", "scipy (>1.0.0)", "scipy (>1.0.0)", "sentencepiece (>=0.2.0)", "sewar (>=0.4.4)", "statsmodels (>0.13.5)", "timm (>=0.9.0)", "torch (==2.6.0)", "torch-fidelity (<=0.4.0)", "torch_complex (<0.5.0)", "torch_linear_assignment (>=0.0.2)", "torchaudio (>=2.0.1)", "torchvision (>=0.15.1)", "torchvision (>=0.15.1)", "tqdm (<4.68.0)", "transformers (>4.4.0)", "transformers (>=4.42.3)", "types-PyYAML", "types-emoji", "types-protobuf", "types-requests", "types-setuptools", "types-six", "types-tabulate"]
|
6208 |
image = ["scipy (>1.0.0)", "torch-fidelity (<=0.4.0)", "torchvision (>=0.15.1)"]
|
6209 |
+
multimodal = ["einops (>=0.7.0)", "piq (<=0.8.0)", "timm (>=0.9.0)", "transformers (>=4.42.3)"]
|
6210 |
text = ["ipadic (>=1.0.0)", "mecab-python3 (>=1.0.6)", "nltk (>3.8.1)", "regex (>=2021.9.24)", "sentencepiece (>=0.2.0)", "tqdm (<4.68.0)", "transformers (>4.4.0)"]
|
6211 |
typing = ["mypy (==1.15.0)", "torch (==2.6.0)", "types-PyYAML", "types-emoji", "types-protobuf", "types-requests", "types-setuptools", "types-six", "types-tabulate"]
|
6212 |
visual = ["SciencePlots (>=2.0.0)", "matplotlib (>=3.6.0)"]
|
|
|
6311 |
|
6312 |
[[package]]
|
6313 |
name = "transformers"
|
6314 |
+
version = "4.50.0"
|
6315 |
description = "State-of-the-art Machine Learning for JAX, PyTorch and TensorFlow"
|
6316 |
optional = false
|
6317 |
python-versions = ">=3.9.0"
|
6318 |
groups = ["main"]
|
6319 |
files = [
|
6320 |
+
{file = "transformers-4.50.0-py3-none-any.whl", hash = "sha256:d75465d523a28bcfef0028c671f682edee29418ab9a5a15cf8a05171e7c54cb7"},
|
6321 |
+
{file = "transformers-4.50.0.tar.gz", hash = "sha256:d4b0f587ec88825981103fee0a1e80230d956ecc8a7f3feeaafbe49a233c88b8"},
|
6322 |
]
|
6323 |
|
6324 |
[package.dependencies]
|
|
|
6329 |
pyyaml = ">=5.1"
|
6330 |
regex = "!=2019.12.17"
|
6331 |
requests = "*"
|
6332 |
+
safetensors = ">=0.4.3"
|
6333 |
tokenizers = ">=0.21,<0.22"
|
6334 |
tqdm = ">=4.27"
|
6335 |
|
6336 |
[package.extras]
|
6337 |
accelerate = ["accelerate (>=0.26.0)"]
|
6338 |
agents = ["Pillow (>=10.0.1,<=15.0)", "accelerate (>=0.26.0)", "datasets (!=2.5.0)", "diffusers", "opencv-python", "sentencepiece (>=0.1.91,!=0.1.92)", "torch (>=2.0)"]
|
6339 |
+
all = ["Pillow (>=10.0.1,<=15.0)", "accelerate (>=0.26.0)", "av", "codecarbon (>=2.8.1)", "flax (>=0.4.1,<=0.7.0)", "jax (>=0.4.1,<=0.4.13)", "jaxlib (>=0.4.1,<=0.4.13)", "kenlm", "keras-nlp (>=0.3.1,<0.14.0)", "kernels (>=0.3.2,<0.4)", "librosa", "num2words", "onnxconverter-common", "optax (>=0.0.8,<=0.1.4)", "optuna", "phonemizer", "protobuf", "pyctcdecode (>=0.4.0)", "ray[tune] (>=2.7.0)", "scipy (<1.13.0)", "sentencepiece (>=0.1.91,!=0.1.92)", "sigopt", "tensorflow (>2.9,<2.16)", "tensorflow-text (<2.16)", "tf2onnx", "timm (<=1.0.11)", "tokenizers (>=0.21,<0.22)", "torch (>=2.0)", "torchaudio", "torchvision"]
|
6340 |
audio = ["kenlm", "librosa", "phonemizer", "pyctcdecode (>=0.4.0)"]
|
6341 |
benchmark = ["optimum-benchmark (>=0.3.0)"]
|
6342 |
codecarbon = ["codecarbon (>=2.8.1)"]
|
6343 |
deepspeed = ["accelerate (>=0.26.0)", "deepspeed (>=0.9.3)"]
|
6344 |
+
deepspeed-testing = ["GitPython (<3.1.19)", "accelerate (>=0.26.0)", "beautifulsoup4", "cookiecutter (==1.7.3)", "datasets (!=2.5.0)", "deepspeed (>=0.9.3)", "dill (<0.3.5)", "evaluate (>=0.2.0)", "faiss-cpu", "nltk (<=3.8.1)", "optuna", "parameterized", "protobuf", "psutil", "pydantic", "pytest (>=7.2.0,<8.0.0)", "pytest-asyncio", "pytest-order", "pytest-rerunfailures", "pytest-rich", "pytest-timeout", "pytest-xdist", "rjieba", "rouge-score (!=0.0.7,!=0.0.8,!=0.1,!=0.1.1)", "ruff (==0.5.1)", "sacrebleu (>=1.4.12,<2.0.0)", "sacremoses", "sentencepiece (>=0.1.91,!=0.1.92)", "tensorboard", "timeout-decorator"]
|
6345 |
+
dev = ["GitPython (<3.1.19)", "Pillow (>=10.0.1,<=15.0)", "accelerate (>=0.26.0)", "av", "beautifulsoup4", "codecarbon (>=2.8.1)", "cookiecutter (==1.7.3)", "datasets (!=2.5.0)", "dill (<0.3.5)", "evaluate (>=0.2.0)", "faiss-cpu", "flax (>=0.4.1,<=0.7.0)", "fugashi (>=1.0)", "ipadic (>=1.0.0,<2.0)", "isort (>=5.5.4)", "jax (>=0.4.1,<=0.4.13)", "jaxlib (>=0.4.1,<=0.4.13)", "kenlm", "keras-nlp (>=0.3.1,<0.14.0)", "kernels (>=0.3.2,<0.4)", "libcst", "librosa", "nltk (<=3.8.1)", "num2words", "onnxconverter-common", "optax (>=0.0.8,<=0.1.4)", "optuna", "parameterized", "phonemizer", "protobuf", "psutil", "pyctcdecode (>=0.4.0)", "pydantic", "pytest (>=7.2.0,<8.0.0)", "pytest-asyncio", "pytest-order", "pytest-rerunfailures", "pytest-rich", "pytest-timeout", "pytest-xdist", "ray[tune] (>=2.7.0)", "rhoknp (>=1.1.0,<1.3.1)", "rich", "rjieba", "rouge-score (!=0.0.7,!=0.0.8,!=0.1,!=0.1.1)", "ruff (==0.5.1)", "sacrebleu (>=1.4.12,<2.0.0)", "sacremoses", "scikit-learn", "scipy (<1.13.0)", "sentencepiece (>=0.1.91,!=0.1.92)", "sigopt", "sudachidict-core (>=20220729)", "sudachipy (>=0.6.6)", "tensorboard", "tensorflow (>2.9,<2.16)", "tensorflow-text (<2.16)", "tf2onnx", "timeout-decorator", "timm (<=1.0.11)", "tokenizers (>=0.21,<0.22)", "torch (>=2.0)", "torchaudio", "torchvision", "unidic (>=1.0.2)", "unidic-lite (>=1.0.7)", "urllib3 (<2.0.0)"]
|
6346 |
+
dev-tensorflow = ["GitPython (<3.1.19)", "Pillow (>=10.0.1,<=15.0)", "beautifulsoup4", "cookiecutter (==1.7.3)", "datasets (!=2.5.0)", "dill (<0.3.5)", "evaluate (>=0.2.0)", "faiss-cpu", "isort (>=5.5.4)", "kenlm", "keras-nlp (>=0.3.1,<0.14.0)", "libcst", "librosa", "nltk (<=3.8.1)", "onnxconverter-common", "onnxruntime (>=1.4.0)", "onnxruntime-tools (>=1.4.2)", "parameterized", "phonemizer", "protobuf", "psutil", "pyctcdecode (>=0.4.0)", "pydantic", "pytest (>=7.2.0,<8.0.0)", "pytest-asyncio", "pytest-order", "pytest-rerunfailures", "pytest-rich", "pytest-timeout", "pytest-xdist", "rich", "rjieba", "rouge-score (!=0.0.7,!=0.0.8,!=0.1,!=0.1.1)", "ruff (==0.5.1)", "sacrebleu (>=1.4.12,<2.0.0)", "sacremoses", "scikit-learn", "sentencepiece (>=0.1.91,!=0.1.92)", "tensorboard", "tensorflow (>2.9,<2.16)", "tensorflow-text (<2.16)", "tf2onnx", "timeout-decorator", "tokenizers (>=0.21,<0.22)", "urllib3 (<2.0.0)"]
|
6347 |
+
dev-torch = ["GitPython (<3.1.19)", "Pillow (>=10.0.1,<=15.0)", "accelerate (>=0.26.0)", "beautifulsoup4", "codecarbon (>=2.8.1)", "cookiecutter (==1.7.3)", "datasets (!=2.5.0)", "dill (<0.3.5)", "evaluate (>=0.2.0)", "faiss-cpu", "fugashi (>=1.0)", "ipadic (>=1.0.0,<2.0)", "isort (>=5.5.4)", "kenlm", "kernels (>=0.3.2,<0.4)", "libcst", "librosa", "nltk (<=3.8.1)", "num2words", "onnxruntime (>=1.4.0)", "onnxruntime-tools (>=1.4.2)", "optuna", "parameterized", "phonemizer", "protobuf", "psutil", "pyctcdecode (>=0.4.0)", "pydantic", "pytest (>=7.2.0,<8.0.0)", "pytest-asyncio", "pytest-order", "pytest-rerunfailures", "pytest-rich", "pytest-timeout", "pytest-xdist", "ray[tune] (>=2.7.0)", "rhoknp (>=1.1.0,<1.3.1)", "rich", "rjieba", "rouge-score (!=0.0.7,!=0.0.8,!=0.1,!=0.1.1)", "ruff (==0.5.1)", "sacrebleu (>=1.4.12,<2.0.0)", "sacremoses", "scikit-learn", "sentencepiece (>=0.1.91,!=0.1.92)", "sigopt", "sudachidict-core (>=20220729)", "sudachipy (>=0.6.6)", "tensorboard", "timeout-decorator", "timm (<=1.0.11)", "tokenizers (>=0.21,<0.22)", "torch (>=2.0)", "torchaudio", "torchvision", "unidic (>=1.0.2)", "unidic-lite (>=1.0.7)", "urllib3 (<2.0.0)"]
|
6348 |
flax = ["flax (>=0.4.1,<=0.7.0)", "jax (>=0.4.1,<=0.4.13)", "jaxlib (>=0.4.1,<=0.4.13)", "optax (>=0.0.8,<=0.1.4)", "scipy (<1.13.0)"]
|
6349 |
flax-speech = ["kenlm", "librosa", "phonemizer", "pyctcdecode (>=0.4.0)"]
|
6350 |
ftfy = ["ftfy"]
|
6351 |
+
hub-kernels = ["kernels (>=0.3.2,<0.4)"]
|
6352 |
+
integrations = ["kernels (>=0.3.2,<0.4)", "optuna", "ray[tune] (>=2.7.0)", "sigopt"]
|
6353 |
ja = ["fugashi (>=1.0)", "ipadic (>=1.0.0,<2.0)", "rhoknp (>=1.1.0,<1.3.1)", "sudachidict-core (>=20220729)", "sudachipy (>=0.6.6)", "unidic (>=1.0.2)", "unidic-lite (>=1.0.7)"]
|
6354 |
modelcreation = ["cookiecutter (==1.7.3)"]
|
6355 |
natten = ["natten (>=0.14.6,<0.15.0)"]
|
6356 |
+
num2words = ["num2words"]
|
6357 |
onnx = ["onnxconverter-common", "onnxruntime (>=1.4.0)", "onnxruntime-tools (>=1.4.2)", "tf2onnx"]
|
6358 |
onnxruntime = ["onnxruntime (>=1.4.0)", "onnxruntime-tools (>=1.4.2)"]
|
6359 |
optuna = ["optuna"]
|
|
|
6367 |
sigopt = ["sigopt"]
|
6368 |
sklearn = ["scikit-learn"]
|
6369 |
speech = ["kenlm", "librosa", "phonemizer", "pyctcdecode (>=0.4.0)", "torchaudio"]
|
6370 |
+
testing = ["GitPython (<3.1.19)", "beautifulsoup4", "cookiecutter (==1.7.3)", "datasets (!=2.5.0)", "dill (<0.3.5)", "evaluate (>=0.2.0)", "faiss-cpu", "nltk (<=3.8.1)", "parameterized", "psutil", "pydantic", "pytest (>=7.2.0,<8.0.0)", "pytest-asyncio", "pytest-order", "pytest-rerunfailures", "pytest-rich", "pytest-timeout", "pytest-xdist", "rjieba", "rouge-score (!=0.0.7,!=0.0.8,!=0.1,!=0.1.1)", "ruff (==0.5.1)", "sacrebleu (>=1.4.12,<2.0.0)", "sacremoses", "sentencepiece (>=0.1.91,!=0.1.92)", "tensorboard", "timeout-decorator"]
|
6371 |
tf = ["keras-nlp (>=0.3.1,<0.14.0)", "onnxconverter-common", "tensorflow (>2.9,<2.16)", "tensorflow-text (<2.16)", "tf2onnx"]
|
6372 |
tf-cpu = ["keras (>2.9,<2.16)", "keras-nlp (>=0.3.1,<0.14.0)", "onnxconverter-common", "tensorflow-cpu (>2.9,<2.16)", "tensorflow-probability (<0.24)", "tensorflow-text (<2.16)", "tf2onnx"]
|
6373 |
tf-speech = ["kenlm", "librosa", "phonemizer", "pyctcdecode (>=0.4.0)"]
|
|
|
6428 |
|
6429 |
[[package]]
|
6430 |
name = "tzdata"
|
6431 |
+
version = "2025.2"
|
6432 |
description = "Provider of IANA time zone data"
|
6433 |
optional = false
|
6434 |
python-versions = ">=2"
|
6435 |
groups = ["main"]
|
6436 |
files = [
|
6437 |
+
{file = "tzdata-2025.2-py2.py3-none-any.whl", hash = "sha256:1a403fada01ff9221ca8044d701868fa132215d84beb92242d9acd2147f667a8"},
|
6438 |
+
{file = "tzdata-2025.2.tar.gz", hash = "sha256:b60a638fcc0daffadf82fe0f57e53d06bdec2f36c4df66280ae79bce6bd6f2b9"},
|
6439 |
]
|
6440 |
|
6441 |
[[package]]
|
|
|
7134 |
[metadata]
|
7135 |
lock-version = "2.1"
|
7136 |
python-versions = ">=3.12,<4.0"
|
7137 |
+
content-hash = "de1d0943209202e0a356cefb35fb03ae164804ae7c028904c29a24e61ea891a3"
|
pyproject.toml
CHANGED
@@ -199,6 +199,8 @@ dependencies = [
|
|
199 |
"streamlit-extras (>=0.6.0,<0.7.0)",
|
200 |
"torchaudio (>=2.6.0,<3.0.0)",
|
201 |
"poetry-plugin-export (>=1.9.0,<2.0.0)",
|
|
|
|
|
202 |
]
|
203 |
|
204 |
|
|
|
199 |
"streamlit-extras (>=0.6.0,<0.7.0)",
|
200 |
"torchaudio (>=2.6.0,<3.0.0)",
|
201 |
"poetry-plugin-export (>=1.9.0,<2.0.0)",
|
202 |
+
"python-dotenv (>=1.0.1,<2.0.0)",
|
203 |
+
"psycopg2 (>=2.9.10,<3.0.0)",
|
204 |
]
|
205 |
|
206 |
|
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
absl-py==2.
|
2 |
accelerate==1.5.2 ; python_version >= "3.12" and python_version < "4.0"
|
3 |
aiohappyeyeballs==2.6.1 ; python_version >= "3.12" and python_version < "4.0"
|
4 |
aiohttp==3.11.14 ; python_version >= "3.12" and python_version < "4.0"
|
@@ -29,14 +29,14 @@ contourpy==1.3.1 ; python_version >= "3.12" and python_version < "4.0"
|
|
29 |
crashtest==0.4.1 ; python_version >= "3.12" and python_version < "4.0"
|
30 |
cryptography==44.0.2 ; python_version >= "3.12" and python_version < "4.0" and sys_platform == "linux"
|
31 |
cycler==0.12.1 ; python_version >= "3.12" and python_version < "4.0"
|
32 |
-
dask==2025.
|
33 |
datasets==3.4.1 ; python_version >= "3.12" and python_version < "4.0"
|
34 |
debugpy==1.8.13 ; python_version >= "3.12" and python_version < "4.0"
|
35 |
decorator==5.2.1 ; python_version >= "3.12" and python_version < "4.0"
|
36 |
diffusers==0.32.2 ; python_version >= "3.12" and python_version < "4.0"
|
37 |
dill==0.3.8 ; python_version >= "3.12" and python_version < "4.0"
|
38 |
distlib==0.3.9 ; python_version >= "3.12" and python_version < "4.0"
|
39 |
-
distributed==2025.
|
40 |
dulwich==0.22.8 ; python_version >= "3.12" and python_version < "4.0"
|
41 |
emoji==2.14.1 ; python_version >= "3.12" and python_version < "4.0"
|
42 |
entrypoints==0.4 ; python_version >= "3.12" and python_version < "4.0"
|
@@ -147,6 +147,7 @@ prompt-toolkit==3.0.50 ; python_version >= "3.12" and python_version < "4.0"
|
|
147 |
propcache==0.3.0 ; python_version >= "3.12" and python_version < "4.0"
|
148 |
protobuf==5.29.4 ; python_version >= "3.12" and python_version < "4.0"
|
149 |
psutil==7.0.0 ; python_version >= "3.12" and python_version < "4.0"
|
|
|
150 |
ptyprocess==0.7.0 ; python_version >= "3.12" and python_version < "4.0" and sys_platform != "win32" and sys_platform != "emscripten"
|
151 |
pure-eval==0.2.3 ; python_version >= "3.12" and python_version < "4.0"
|
152 |
pyarrow==19.0.1 ; python_version >= "3.12" and python_version < "4.0"
|
@@ -158,6 +159,7 @@ pymdown-extensions==10.14.3 ; python_version >= "3.12" and python_version < "4.0
|
|
158 |
pyparsing==3.2.1 ; python_version >= "3.12" and python_version < "4.0"
|
159 |
pyproject-hooks==1.2.0 ; python_version >= "3.12" and python_version < "4.0"
|
160 |
python-dateutil==2.9.0.post0 ; python_version >= "3.12" and python_version < "4.0"
|
|
|
161 |
pytorch-lightning==2.5.1 ; python_version >= "3.12" and python_version < "4.0"
|
162 |
pytz==2025.1 ; python_version >= "3.12" and python_version < "4.0"
|
163 |
pywin32-ctypes==0.2.3 ; python_version >= "3.12" and python_version < "4.0" and sys_platform == "win32"
|
@@ -218,16 +220,16 @@ tomlkit==0.13.2 ; python_version >= "3.12" and python_version < "4.0"
|
|
218 |
toolz==1.0.0 ; python_version >= "3.12" and python_version < "4.0"
|
219 |
torch==2.6.0 ; python_version >= "3.12" and python_version < "4.0"
|
220 |
torchaudio==2.6.0 ; python_version >= "3.12" and python_version < "4.0"
|
221 |
-
torchmetrics==1.
|
222 |
torchvision==0.21.0 ; python_version >= "3.12" and python_version < "4.0"
|
223 |
tornado==6.4.2 ; python_version >= "3.12" and python_version < "4.0"
|
224 |
tqdm==4.67.1 ; python_version >= "3.12" and python_version < "4.0"
|
225 |
traitlets==5.14.3 ; python_version >= "3.12" and python_version < "4.0"
|
226 |
-
transformers==4.
|
227 |
triton==3.2.0 ; python_version >= "3.12" and python_version < "4.0" and platform_system == "Linux" and platform_machine == "x86_64"
|
228 |
trove-classifiers==2025.3.19.19 ; python_version >= "3.12" and python_version < "4.0"
|
229 |
typing-extensions==4.12.2 ; python_version >= "3.12" and python_version < "4.0"
|
230 |
-
tzdata==2025.
|
231 |
urllib3==2.3.0 ; python_version >= "3.12" and python_version < "4.0"
|
232 |
validators==0.34.0 ; python_version >= "3.12" and python_version < "4.0"
|
233 |
virtualenv==20.29.3 ; python_version >= "3.12" and python_version < "4.0"
|
|
|
1 |
+
absl-py==2.2.0 ; python_version >= "3.12" and python_version < "4.0"
|
2 |
accelerate==1.5.2 ; python_version >= "3.12" and python_version < "4.0"
|
3 |
aiohappyeyeballs==2.6.1 ; python_version >= "3.12" and python_version < "4.0"
|
4 |
aiohttp==3.11.14 ; python_version >= "3.12" and python_version < "4.0"
|
|
|
29 |
crashtest==0.4.1 ; python_version >= "3.12" and python_version < "4.0"
|
30 |
cryptography==44.0.2 ; python_version >= "3.12" and python_version < "4.0" and sys_platform == "linux"
|
31 |
cycler==0.12.1 ; python_version >= "3.12" and python_version < "4.0"
|
32 |
+
dask==2025.3.0 ; python_version >= "3.12" and python_version < "4.0"
|
33 |
datasets==3.4.1 ; python_version >= "3.12" and python_version < "4.0"
|
34 |
debugpy==1.8.13 ; python_version >= "3.12" and python_version < "4.0"
|
35 |
decorator==5.2.1 ; python_version >= "3.12" and python_version < "4.0"
|
36 |
diffusers==0.32.2 ; python_version >= "3.12" and python_version < "4.0"
|
37 |
dill==0.3.8 ; python_version >= "3.12" and python_version < "4.0"
|
38 |
distlib==0.3.9 ; python_version >= "3.12" and python_version < "4.0"
|
39 |
+
distributed==2025.3.0 ; python_version >= "3.12" and python_version < "4.0"
|
40 |
dulwich==0.22.8 ; python_version >= "3.12" and python_version < "4.0"
|
41 |
emoji==2.14.1 ; python_version >= "3.12" and python_version < "4.0"
|
42 |
entrypoints==0.4 ; python_version >= "3.12" and python_version < "4.0"
|
|
|
147 |
propcache==0.3.0 ; python_version >= "3.12" and python_version < "4.0"
|
148 |
protobuf==5.29.4 ; python_version >= "3.12" and python_version < "4.0"
|
149 |
psutil==7.0.0 ; python_version >= "3.12" and python_version < "4.0"
|
150 |
+
psycopg2==2.9.10 ; python_version >= "3.12" and python_version < "4.0"
|
151 |
ptyprocess==0.7.0 ; python_version >= "3.12" and python_version < "4.0" and sys_platform != "win32" and sys_platform != "emscripten"
|
152 |
pure-eval==0.2.3 ; python_version >= "3.12" and python_version < "4.0"
|
153 |
pyarrow==19.0.1 ; python_version >= "3.12" and python_version < "4.0"
|
|
|
159 |
pyparsing==3.2.1 ; python_version >= "3.12" and python_version < "4.0"
|
160 |
pyproject-hooks==1.2.0 ; python_version >= "3.12" and python_version < "4.0"
|
161 |
python-dateutil==2.9.0.post0 ; python_version >= "3.12" and python_version < "4.0"
|
162 |
+
python-dotenv==1.0.1 ; python_version >= "3.12" and python_version < "4.0"
|
163 |
pytorch-lightning==2.5.1 ; python_version >= "3.12" and python_version < "4.0"
|
164 |
pytz==2025.1 ; python_version >= "3.12" and python_version < "4.0"
|
165 |
pywin32-ctypes==0.2.3 ; python_version >= "3.12" and python_version < "4.0" and sys_platform == "win32"
|
|
|
220 |
toolz==1.0.0 ; python_version >= "3.12" and python_version < "4.0"
|
221 |
torch==2.6.0 ; python_version >= "3.12" and python_version < "4.0"
|
222 |
torchaudio==2.6.0 ; python_version >= "3.12" and python_version < "4.0"
|
223 |
+
torchmetrics==1.7.0 ; python_version >= "3.12" and python_version < "4.0"
|
224 |
torchvision==0.21.0 ; python_version >= "3.12" and python_version < "4.0"
|
225 |
tornado==6.4.2 ; python_version >= "3.12" and python_version < "4.0"
|
226 |
tqdm==4.67.1 ; python_version >= "3.12" and python_version < "4.0"
|
227 |
traitlets==5.14.3 ; python_version >= "3.12" and python_version < "4.0"
|
228 |
+
transformers==4.50.0 ; python_version >= "3.12" and python_version < "4.0"
|
229 |
triton==3.2.0 ; python_version >= "3.12" and python_version < "4.0" and platform_system == "Linux" and platform_machine == "x86_64"
|
230 |
trove-classifiers==2025.3.19.19 ; python_version >= "3.12" and python_version < "4.0"
|
231 |
typing-extensions==4.12.2 ; python_version >= "3.12" and python_version < "4.0"
|
232 |
+
tzdata==2025.2 ; python_version >= "3.12" and python_version < "4.0"
|
233 |
urllib3==2.3.0 ; python_version >= "3.12" and python_version < "4.0"
|
234 |
validators==0.34.0 ; python_version >= "3.12" and python_version < "4.0"
|
235 |
virtualenv==20.29.3 ; python_version >= "3.12" and python_version < "4.0"
|