Skip to content

Commit

Permalink
build: preparing commit of version 0.9.1 using PowerAPI 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dromeroac committed Jul 25, 2022
1 parent 6e7cb28 commit daa05a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.7
FROM powerapi/powerapi:1.0.8
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] >= 1.0.7
powerapi [mongodb, influxdb, opentsdb, prometheus, influxdb-client] >= 1.0.8

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.0"
__version__ = "0.9.1"

0 comments on commit daa05a2

Please sign in to comment.