From 51586cdaa161c486ee1e04857867942c8a06a6f4 Mon Sep 17 00:00:00 2001 From: JanLJL Date: Thu, 27 Feb 2020 16:16:07 +0100 Subject: [PATCH] bugfix for kerncraft dependency --- .travis.yml | 2 +- README.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 538fbda..0eab5e0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ before_install: # - pip install tox-travis - pip install codecov - pip install pygraphviz - - pip install kerncraft>=0.8.4.dev2 + - pip install kerncraft install: - pip install -e . cache: pip diff --git a/README.rst b/README.rst index f4b4c27..7cf2d31 100644 --- a/README.rst +++ b/README.rst @@ -49,7 +49,7 @@ Additional requirements are: - `Python3 `_ - `Graphviz `_ for dependency graph creation (minimal dependency is `libgraphviz-dev` on Ubuntu) -- `Kerncraft `_ for marker insertion +- `Kerncraft `_ >=v0.8.4 for marker insertion - `ibench `_ or `asmbench `_ for throughput/latency measurements Design