Skip to content

Commit 2634324

Browse files
fix:(deps): update dill requirement
Updates the requirements on [dill](https://github.com/uqfoundation/dill) to permit the latest version. - [Release notes](https://github.com/uqfoundation/dill/releases) - [Commits](uqfoundation/dill@dill-0.3.5...0.4.0) --- updated-dependencies: - dependency-name: dill dependency-version: 0.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ddbbd62 commit 2634324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies = [
2929
"srsly>=2.4.4, <2.6.0",
3030
"wandb>=0.17.4,<0.19.10",
3131
"psutil>=5.9.1, <8.0.0",
32-
"dill>=0.3.5,<0.3.10",
32+
"dill>=0.3.5,<0.4.1",
3333
"SQLAlchemy>=1.4.40,<2.0.41",
3434
"pyodbc>=4.0.34, <=5.2.0",
3535
"transformers>=4.42.3,<4.52.0",

0 commit comments

Comments
 (0)