Skip to content

Commit

Permalink
Add run requirements to build requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
liamhuber committed May 14, 2024
1 parent 0bdb023 commit f897a39
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
[build-system]
requires = [
"bidict",
"cloudpickle",
"graphviz",
"h5io",
"h5io_browser",
"matplotlib",
"pandas",
"pyiron_base",
"pyiron_contrib",
"pympipool",
"toposort",
"typeguard",
"setuptools",
"versioneer[toml]==0.29",
]
Expand Down

0 comments on commit f897a39

Please sign in to comment.