Skip to content

Commit

Permalink
Merge 25468f5 into 9ebb840
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewware committed Sep 26, 2018
2 parents 9ebb840 + 25468f5 commit 0df13fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,4 @@ The QGL config file will be created the first time you run `import QGL` or `from
* Bokeh 0.11
* networkx
* iPython/Jupyter 4.0 (only for Jupyter notebooks)
* pyyaml
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"networkx >= 1.11",
"future >= 0.16",
"watchdog >= 0.8.3",
"bokeh >= 0.11"
"bokeh >= 0.11",
"pyyaml >= 3.12"
],
extras_require={"gst": "pygsti>0.9.4"}
)

0 comments on commit 0df13fd

Please sign in to comment.