Skip to content

Commit 933b24a

Browse files
committed
Relax janus-core dependency for Python 3.9 compatibility
1 parent 098a935 commit 933b24a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ dependencies = [
2424
"aiida-core<3,>=2.7",
2525
"ase<4.0,>=3.24",
2626
"voluptuous<1,>=0.15.2",
27-
"janus-core<0.9,>=0.8.3",
27+
"janus-core>=0.6.2",
2828
"aiida-workgraph<0.8, >=0.7.6",
2929
]
3030

3131
[project.optional-dependencies]
3232
mace = [
33-
"janus-core[mace]"
33+
"janus-core>=0.6.2",
3434
]
3535
fpsample = [
3636
"fpsample<0.4,>=0.3.3",

0 commit comments

Comments
 (0)