Skip to content

Commit 885cea8

Browse files
build(deps): Update packaging requirement from <25,>=23.2 to >=23.2,<26
Updates the requirements on [packaging](https://github.com/pypa/packaging) to permit the latest version. - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](pypa/packaging@23.2...25.0) --- updated-dependencies: - dependency-name: packaging dependency-version: '25.0' dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c28a4ed commit 885cea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies = [
4343
]
4444

4545
[project.optional-dependencies]
46-
dev = ["wheel>=0.42.0,<1.0", "packaging>=23.2,<25", "ninja>=1.11.1.1,<2.0", "scikit-learn>=1.0, <2.0", "boto3>=1.34, <2.0"]
46+
dev = ["wheel>=0.42.0,<1.0", "packaging>=23.2,<26", "ninja>=1.11.1.1,<2.0", "scikit-learn>=1.0, <2.0", "boto3>=1.34, <2.0"]
4747
flash-attn = ["flash-attn>=2.5.3,<3.0"]
4848
aim = ["aim>=3.19.0,<4.0"]
4949
mlflow = ["mlflow"]

0 commit comments

Comments
 (0)