Skip to content

Commit

Permalink
Patch for new version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidusb-geek committed Dec 17, 2023
1 parent 9f44758 commit 42cd735
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 11 deletions.
6 changes: 1 addition & 5 deletions emhass/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,12 @@ RUN apt-get update \
python3-dev \
git \
build-essential \
coinor-libcbc-dev \
coinor-cbc \
coinor-libcbc-dev \
libglpk-dev \
glpk-utils \
libhdf5-dev \
libhdf5-serial-dev \
#netcdf-bin \
#libnetcdf-dev \
pkg-config \
python3-h5py \
gfortran \
Expand All @@ -42,8 +40,6 @@ RUN apt-get update \
build-essential \
libhdf5-dev \
libhdf5-serial-dev \
#netcdf-bin \
#libnetcdf-dev \
pkg-config \
gfortran \
&& rm -rf /var/lib/apt/lists/*
Expand Down
8 changes: 4 additions & 4 deletions emhass/build.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
build_from:
amd64: ghcr.io/home-assistant/amd64-base-debian:bullseye
armhf: ghcr.io/home-assistant/armhf-base-debian:bullseye
armv7: ghcr.io/home-assistant/armv7-base-debian:bullseye
aarch64: ghcr.io/home-assistant/aarch64-base-debian:bullseye
amd64: ghcr.io/home-assistant/amd64-base-debian:bookworm
armhf: ghcr.io/home-assistant/armhf-base-debian:bookworm
armv7: ghcr.io/home-assistant/armv7-base-debian:bookworm
aarch64: ghcr.io/home-assistant/aarch64-base-debian:bookworm
codenotary:
signer: [email protected]
base_image: [email protected]
2 changes: 1 addition & 1 deletion emhass/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: EMHASS
description: Energy Management for Home Assistant
url: https://github.com/davidusb-geek/emhass
version: 0.5.0
version: 0.5.1
slug: emhass
arch:
- aarch64
Expand Down
2 changes: 1 addition & 1 deletion emhass/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
numpy==1.26.0
pandas==2.0.3
scipy==1.11.3
pvlib>=0.10.1
pvlib>=0.10.2
protobuf>=3.0.0
pytz>=2021.1
requests>=2.25.1
Expand Down

0 comments on commit 42cd735

Please sign in to comment.