Skip to content

Commit

Permalink
Pin down webviz-core-components (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
anders-kiaer authored Jan 7, 2020
1 parent 1627a1c commit 1f34adb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@
"pandas~=0.24",
"pyarrow~=0.11",
"pyyaml~=5.1",
"webviz-core-components>=0.0.12",
# webviz-core-components is part of the webviz-config project,
# just located in a separate repository for convenience,
# and is therefore pinned exactly here:
"webviz-core-components==0.0.14",
],
tests_require=TESTS_REQUIRES,
extras_require={"tests": TESTS_REQUIRES},
Expand Down

0 comments on commit 1f34adb

Please sign in to comment.