Skip to content

Commit

Permalink
build: Update PowerAPI version requirement to 0.6.*
Browse files Browse the repository at this point in the history
  • Loading branch information
gfieni committed Jul 30, 2019
1 parent d4fd236 commit ae1bb23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM powerapi/powerapi:0.6.1
FROM powerapi/powerapi:0.6

WORKDIR /opt/rapl_formula
USER powerapi
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ test_suite = tests
setup_requires =
pytest-runner >=3.9.2
install_requires =
powerapi >= 0.6.1
powerapi == 0.6.*
tests_require =
pytest >=3.9.2
mock >=2.0
Expand Down

0 comments on commit ae1bb23

Please sign in to comment.