Skip to content

Commit 9959a47

Browse files
authored
Install aiida-workgraph from conda (#28)
* Update environment.yml * Update pyproject.toml * Update pyproject.toml * Update pyproject.toml
1 parent 378dc8c commit 9959a47

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

environment.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,4 @@ dependencies:
1111
- jobflow=0.1.19
1212
- pygraphviz=1.14
1313
- optimade=1.2.3
14-
- pip
15-
- pip:
16-
- aiida-workgraph>=0.5.0a6
14+
- aiida-workgraph=0.5.0

python_workflow_definition/pyproject.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,9 @@ description = "Python Workflow Definition for the Ab initio Description of Iron
99
authors = [
1010
{ name = "Jan Janssen", email = "janssen@mpie.de" },
1111
{ name = "Janine George", email = "janine.geogre@bam.de" },
12+
{ name = "Julian Geiger", email = "julian.geiger@psi.ch" },
1213
{ name = "Marnik Bercx", email = "marnik.bercx@psi.ch" },
1314
{ name = "Christina Ertural", email = "christina.ertural@bam.de" },
14-
{ name = "Joerg Schaarschmidt", email = "joerg.schaarschmidt@kit.edu" },
15-
{ name = "Sam Dareska" },
16-
{ name = "Leopold Talirz", email = "leopold.talirz@gmail.com" },
17-
{ name = "Julian Geiger", email = "julian.geiger@psi.ch" },
1815
]
1916
license = { text = "MIT" }
20-
dependencies = ["jobflow", "pyiron_base", "aiida-workgraph>=0.5.0a6"]
17+
dependencies = ["jobflow", "pyiron_base", "aiida-workgraph"]

0 commit comments

Comments
 (0)