File tree Expand file tree Collapse file tree 4 files changed +7
-11
lines changed
Expand file tree Collapse file tree 4 files changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,12 @@ RUN apt-get update \
1717 python3-dev \
1818 git \
1919 build-essential \
20- coinor-libcbc-dev \
2120 coinor-cbc \
21+ coinor-libcbc-dev \
2222 libglpk-dev \
2323 glpk-utils \
2424 libhdf5-dev \
2525 libhdf5-serial-dev \
26- # netcdf-bin \
27- # libnetcdf-dev \
2826 pkg-config \
2927 python3-h5py \
3028 gfortran \
@@ -42,8 +40,6 @@ RUN apt-get update \
4240 build-essential \
4341 libhdf5-dev \
4442 libhdf5-serial-dev \
45- # netcdf-bin \
46- # libnetcdf-dev \
4743 pkg-config \
4844 gfortran \
4945 && rm -rf /var/lib/apt/lists/*
Original file line number Diff line number Diff line change 11build_from :
2- amd64 : ghcr.io/home-assistant/amd64-base-debian:bullseye
3- armhf : ghcr.io/home-assistant/armhf-base-debian:bullseye
4- armv7 : ghcr.io/home-assistant/armv7-base-debian:bullseye
5- aarch64 : ghcr.io/home-assistant/aarch64-base-debian:bullseye
2+ amd64 : ghcr.io/home-assistant/amd64-base-debian:bookworm
3+ armhf : ghcr.io/home-assistant/armhf-base-debian:bookworm
4+ armv7 : ghcr.io/home-assistant/armv7-base-debian:bookworm
5+ aarch64 : ghcr.io/home-assistant/aarch64-base-debian:bookworm
66codenotary :
77 signer : notary@home-assistant.io
88 base_image : notary@home-assistant.io
Original file line number Diff line number Diff line change 11name : EMHASS
22description : Energy Management for Home Assistant
33url : https://github.com/davidusb-geek/emhass
4- version : 0.5.0
4+ version : 0.5.1
55slug : emhass
66arch :
77 - aarch64
Original file line number Diff line number Diff line change 11numpy == 1.26.0
22pandas == 2.0.3
33scipy == 1.11.3
4- pvlib >= 0.10.1
4+ pvlib >= 0.10.2
55protobuf >= 3.0.0
66pytz >= 2021.1
77requests >= 2.25.1
You can’t perform that action at this time.
0 commit comments