Skip to content

Commit dbefc4b

Browse files
committed
build(deps): packages
1 parent 15d52f6 commit dbefc4b

File tree

4 files changed

+71
-70
lines changed

4 files changed

+71
-70
lines changed

poetry.lock

Lines changed: 52 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ keywords = [
1313
"pytorch", "deep-learning", "optimizer", "lr scheduler", "A2Grad", "ASGD", "AccSGD", "AdaBelief", "AdaBound",
1414
"AdaDelta", "AdaFactor", "AdaMax", "AdaMod", "AdaNorm", "AdaPNM", "AdaSmooth", "AdaHessian", "Adai", "Adalite",
1515
"AdamP", "AdamS", "Adan", "AggMo", "Aida", "AliG", "Amos", "Apollo", "AvaGrad", "bSAM", "CAME", "DAdaptAdaGrad",
16-
"DAdaptAdam", "DAdaptAdan", "DAdaptSGD", "DAdaptLion", "DiffGrad", "FAdam", "Fromage", "GaLore", "Gravity", "GSAM",
17-
"LARS", "Lamb", "Lion", "LOMO", "Lookahead", "MADGRAD", "MSVAG", "Nero", "NovoGrad", "PAdam", "PCGrad", "PID",
18-
"PNM", "Prodigy", "QHAdam", "QHM", "RAdam", "Ranger", "Ranger21", "RotoGrad", "SAM", "ScheduleFreeSGD",
19-
"ScheduleFreeAdamW", "SGDP", "Shampoo", "ScalableShampoo", "SGDW", "SignSGD", "SM3", "SopihaH", "SRMM", "SWATS",
20-
"Tiger", "WSAM", "Yogi", "BCE", "BCEFocal", "Focal", "FocalCosine", "SoftF1", "Dice", "LDAM", "Jaccard",
21-
"Bi-Tempered", "Tversky", "FocalTversky", "LovaszHinge", "bitsandbytes",
16+
"DAdaptAdam", "DAdaptAdan", "DAdaptSGD", "DAdaptLion", "DiffGrad", "FAdam", "Fromage", "GaLore", "Gravity",
17+
"GrokFast", "GSAM", "LARS", "Lamb", "Lion", "LOMO", "Lookahead", "MADGRAD", "MSVAG", "Nero", "NovoGrad", "PAdam",
18+
"PCGrad", "PID", "PNM", "Prodigy", "QHAdam", "QHM", "RAdam", "Ranger", "Ranger21", "RotoGrad", "SAM",
19+
"ScheduleFreeSGD", "ScheduleFreeAdamW", "SGDP", "Shampoo", "ScalableShampoo", "SGDW", "SignSGD", "SM3", "SopihaH",
20+
"SRMM", "SWATS", "Tiger", "WSAM", "Yogi", "BCE", "BCEFocal", "Focal", "FocalCosine", "SoftF1", "Dice", "LDAM",
21+
"Jaccard", "Bi-Tempered", "Tversky", "FocalTversky", "LovaszHinge", "bitsandbytes",
2222
]
2323
classifiers = [
2424
"License :: OSI Approved :: Apache Software License",

requirements-dev.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ click==8.1.7 ; python_version >= "3.8" and python_full_version < "4.0.0"
55
colorama==0.4.6 ; python_version >= "3.8" and python_full_version < "4.0.0" and (sys_platform == "win32" or platform_system == "Windows")
66
coverage[toml]==7.5.3 ; python_version >= "3.8" and python_full_version < "4.0.0"
77
exceptiongroup==1.2.1 ; python_version >= "3.8" and python_version < "3.11"
8-
filelock==3.14.0 ; python_version >= "3.8" and python_full_version < "4.0.0"
9-
fsspec==2024.5.0 ; python_version >= "3.8" and python_full_version < "4.0.0"
8+
filelock==3.15.3 ; python_version >= "3.8" and python_full_version < "4.0.0"
9+
fsspec==2024.6.0 ; python_version >= "3.8" and python_full_version < "4.0.0"
1010
iniconfig==2.0.0 ; python_version >= "3.8" and python_full_version < "4.0.0"
1111
intel-openmp==2021.4.0 ; python_version >= "3.8" and python_full_version < "4.0.0" and platform_system == "Windows"
1212
isort==5.13.2 ; python_version >= "3.8" and python_full_version < "4.0.0"
@@ -17,15 +17,15 @@ mpmath==1.3.0 ; python_version >= "3.8" and python_full_version < "4.0.0"
1717
mypy-extensions==1.0.0 ; python_version >= "3.8" and python_full_version < "4.0.0"
1818
networkx==3.1 ; python_version >= "3.8" and python_full_version < "4.0.0"
1919
numpy==1.24.4 ; python_version >= "3.8" and python_full_version < "4.0.0"
20-
packaging==24.0 ; python_version >= "3.8" and python_full_version < "4.0.0"
20+
packaging==24.1 ; python_version >= "3.8" and python_full_version < "4.0.0"
2121
pathspec==0.12.1 ; python_version >= "3.8" and python_full_version < "4.0.0"
2222
platformdirs==4.2.2 ; python_version >= "3.8" and python_full_version < "4.0.0"
2323
pluggy==1.5.0 ; python_version >= "3.8" and python_full_version < "4.0.0"
2424
pytest-cov==5.0.0 ; python_version >= "3.8" and python_full_version < "4.0.0"
25-
pytest==8.2.1 ; python_version >= "3.8" and python_full_version < "4.0.0"
26-
ruff==0.4.7 ; python_version >= "3.8" and python_full_version < "4.0.0"
25+
pytest==8.2.2 ; python_version >= "3.8" and python_full_version < "4.0.0"
26+
ruff==0.4.10 ; python_version >= "3.8" and python_full_version < "4.0.0"
2727
sympy==1.12.1 ; python_version >= "3.8" and python_full_version < "4.0.0"
28-
tbb==2021.12.0 ; python_version >= "3.8" and python_full_version < "4.0.0" and platform_system == "Windows"
28+
tbb==2021.13.0 ; python_version >= "3.8" and python_full_version < "4.0.0" and platform_system == "Windows"
2929
tomli==2.0.1 ; python_version >= "3.8" and python_full_version <= "3.11.0a6"
30-
torch==2.3.0+cpu ; python_version >= "3.8" and python_full_version < "4.0.0"
31-
typing-extensions==4.12.1 ; python_version >= "3.8" and python_full_version < "4.0.0"
30+
torch==2.3.1+cpu ; python_version >= "3.8" and python_full_version < "4.0.0"
31+
typing-extensions==4.12.2 ; python_version >= "3.8" and python_full_version < "4.0.0"

0 commit comments

Comments
 (0)