Skip to content

Commit

Permalink
Moving the deps to the correct part of the file.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikibonacci committed May 17, 2024
1 parent 786f12b commit 4d04251
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ keywords = ["aiida", "plugin"]
requires-python = ">=3.7"
dependencies = [
"aiida-core>=2.5,<3",
"voluptuous"
"voluptuous",
"aiida-quantumespresso~=4.6.0",
"aiida-wannier90-workflows @ git+https://github.com/aiidateam/aiida-wannier90-workflows",
"koopmans @ git+https://github.com/mikibonacci/koopmans@feature/ase-to-pw"
]

[project.urls]
Expand All @@ -47,9 +50,6 @@ docs = [
"sphinxcontrib-details-directive",
"furo",
"markupsafe<2.1",
"aiida-quantumespresso~=4.6.0",
"aiida-wannier90-workflows @ git+https://github.com/aiidateam/aiida-wannier90-workflows",
"koopmans @ git+https://github.com/mikibonacci/koopmans@feature/ase-to-pw"
]

# todo: Refine entry points here rather than just `koopmans`
Expand Down

0 comments on commit 4d04251

Please sign in to comment.