diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index 270c74fd7e1d..7230edee00fa 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -75,6 +75,7 @@ Tom Son (@SnowNooDLe) March 2022 Julián Montejo Espitia May 2022 Pablo Iturrieta (@pabloitu) June 2022 Anne Hulsey (@annehulsey) July 2022 +Claudio Schill (@claudio525) June 2023 Project management ------------------ diff --git a/debian/control b/debian/control index 6b36c7154153..a05d5f724268 100644 --- a/debian/control +++ b/debian/control @@ -10,13 +10,13 @@ Homepage: http://github.com/gem/oq-engine Package: python3-oq-engine Architecture: amd64 X-Python-Version: >= 3.6 -Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, ${dist:Depends}, python3-oq-libs (>=3.8.0~) +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, ${dist:Depends}, python3-oq-libs (>=3.8.1~) Conflicts: python-noq, python-oq, python-nhlib Replaces: python-oq-risklib, python-oq-hazardlib, python-oq-engine (<< ${binary:Version}) # See https://www.debian.org/doc/debian-policy/ch-relationships.html#s-breaks Breaks: python-oq-risklib, python-oq-hazardlib, python-oq-engine (<< ${binary:Version}) Recommends: ${dist:Recommends} -Suggests: python3-oq-libs-extra (>=3.8.0~) +Suggests: python3-oq-libs-extra (>=3.8.1~) Description: computes seismic hazard and physical risk based on the hazard and risk libraries developed by the GEM foundation (http://www.globalquakemodel.org/) diff --git a/debian/control.in b/debian/control.in index 9fd9bd24347e..7425637756c7 100644 --- a/debian/control.in +++ b/debian/control.in @@ -10,13 +10,13 @@ Homepage: http://github.com/gem/oq-engine Package: python3-oq-engine Architecture: amd64 X-Python-Version: >= 3.6 -Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, ${dist:Depends}, python3-oq-libs (>=3.8.0~) +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, ${dist:Depends}, python3-oq-libs (>=3.8.1~) Conflicts: python-noq, python-oq, python-nhlib Replaces: python-oq-risklib, python-oq-hazardlib, python-oq-engine (<< ${binary:Version}) # See https://www.debian.org/doc/debian-policy/ch-relationships.html#s-breaks Breaks: python-oq-risklib, python-oq-hazardlib, python-oq-engine (<< ${binary:Version}) Recommends: ${dist:Recommends} -Suggests: python3-oq-libs-extra (>=3.8.0~) +Suggests: python3-oq-libs-extra (>=3.8.1~) Description: computes seismic hazard and physical risk based on the hazard and risk libraries developed by the GEM foundation (http://www.globalquakemodel.org/) diff --git a/doc/installing/README.md b/doc/installing/README.md index 8b3eb9a80f32..576bc61b739b 100644 --- a/doc/installing/README.md +++ b/doc/installing/README.md @@ -37,7 +37,7 @@ Check more advanced [hardware suggestions here](./hardware-suggestions.md). **On Windows** - Download OpenQuake Engine for Windows: https://downloads.openquake.org/pkgs/windows/oq-engine/OpenQuake_Engine_3.16.3-1.exe . + Download OpenQuake Engine for Windows: https://downloads.openquake.org/pkgs/windows/oq-engine/OpenQuake_Engine_3.16.4-1.exe . Then follow the wizard on screen. > **Warning**: > Administrator level access may be required.