@@ -5,13 +5,26 @@ build-backend = "hatchling.build"
55[project ]
66name = " python_workflow_definition"
77version = " 0.0.1"
8- description = " Python Workflow Definition for the Ab initio Description of Iron and Steel (ADIS2023): Digitalization and Workflows workshop "
8+ description = " Python Workflow Definition - workflow interoperability for aiida, jobflow and pyiron "
99authors = [
1010 { name = " Jan Janssen" , email = " janssen@mpie.de" },
1111 { name = " Janine George" , email = " janine.geogre@bam.de" },
1212 { name = " Julian Geiger" , email = " julian.geiger@psi.ch" },
13+ { name = " Xing Wang" , email = " xing.wang@psi.ch" },
1314 { name = " Marnik Bercx" , email = " marnik.bercx@psi.ch" },
1415 { name = " Christina Ertural" , email = " christina.ertural@bam.de" },
1516]
16- license = { text = " MIT" }
17- dependencies = [" jobflow" , " pyiron_base" , " aiida-workgraph" ]
17+ license = { file = " ../LICENSE" }
18+ dependencies = [
19+ " aiida-workgraph>=0.5.1,<=0.5.2" ,
20+ " numpy>=1.21,<2" ,
21+ " jobflow>=0.1.18,<=0.1.19" ,
22+ " pyiron_base>=0.11.10,<=0.11.11" ,
23+ ]
24+
25+ [project .optional-dependencies ]
26+ plot = [
27+ " pygraphviz>=1.10,<=1.14" ,
28+ " networkx>=2.8.8,<=3.4.2" ,
29+ " ipython>=7.33.0,<=9.0.2" ,
30+ ]
0 commit comments