Skip to content

Commit

Permalink
Use the qtoolkit and jobflow PyPI packages, add direct pydantic dep (#31
Browse files Browse the repository at this point in the history
)

* Use the qtoolkit and jobflow PyPI package

* Add direct dependency on pydantic
  • Loading branch information
ml-evs authored Oct 10, 2023
1 parent 92f9a57 commit 37124c3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@ classifiers = [
]
requires-python = ">=3.8"
dependencies =[
"jobflow[strict] @ git+ssh://[email protected]/materialsproject/jobflow",
"jobflow[strict]",
"pydantic<2",
"fireworks",
"fabric",
"tomlkit",
"qtoolkit @ git+ssh://[email protected]/matgenix/qtoolkit", # TODO: Should be updated here when released
"qtoolkit",
"typer",
"rich",
"psutil",
Expand Down

0 comments on commit 37124c3

Please sign in to comment.