Skip to content

Commit

Permalink
build: preparing release of version 0.9.2 using PowerAPI 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dromeroac committed Aug 8, 2022
1 parent 0aae4e9 commit d095b80
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-cpython
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM powerapi/powerapi:1.0.9
FROM powerapi/powerapi:1.1.0
USER root
RUN apt update && apt upgrade -y
RUN apt install -y libblas-dev liblapack-dev libatlas-base-dev gfortran
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ test_suite = tests
setup_requires =
pytest-runner >=3.9.2
install_requires =
powerapi [mongodb, influxdb, opentsdb, prometheus, influxdb_client] >= 1.0.9
powerapi [mongodb, influxdb, opentsdb, prometheus, influxdb_client] >= 1.1.0

scikit-learn
tests_require =
Expand Down
2 changes: 1 addition & 1 deletion smartwatts/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

__version__ = "0.9.1"
__version__ = "0.9.2"
2 changes: 1 addition & 1 deletion smartwatts/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def run_smartwatts(args) -> None:

report_modifier_list = ReportModifierGenerator().generate(fconf)

supervisor = Supervisor(args['verbose'])
supervisor = Supervisor(args['verbose'], args['actor_system'])

def term_handler(_, __):
supervisor.shutdown()
Expand Down

0 comments on commit d095b80

Please sign in to comment.