Skip to content

Commit e31fbd8

Browse files
Unpin jobflow
* Update jobflow requirement from <0.3.0,>=0.1.11 to >=0.1.11,<0.4.0 Updates the requirements on [jobflow](https://github.com/materialsproject/jobflow) to permit the latest version. - [Release notes](https://github.com/materialsproject/jobflow/releases) - [Changelog](https://github.com/materialsproject/jobflow/blob/main/CHANGELOG.md) - [Commits](materialsproject/jobflow@v0.1.11...v0.3.1) --- updated-dependencies: - dependency-name: jobflow dependency-version: 0.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * unpin jobflow --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: esoteric-ephemera <aaron.kaplan.physics@gmail.com>
1 parent 8d2ab75 commit e31fbd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies = [
2929
"click",
3030
"custodian>=2024.4.18",
3131
"emmet-core>=0.86.1",
32-
"jobflow>=0.1.11,<0.3.0",
32+
"jobflow>=0.1.11",
3333
"monty>=2024.12.10",
3434
"numpy",
3535
"pydantic-settings>=2.0.3",

0 commit comments

Comments
 (0)