diff --git a/eagle-mpctool.tar.gz b/eagle-mpctool.tar.gz index a4a9f2b00f5c61e6d360b35d6558c19a11b3df76..50f541b7feb9bbed1189cfa591820960cfd12aa3 100644 Binary files a/eagle-mpctool.tar.gz and b/eagle-mpctool.tar.gz differ diff --git a/eagle.spec b/eagle.spec index f9b0389423bd2792a96a8c8653b3ee2e3ad9c708..66c999063386de4560dc95866d44cd896a68a546 100644 --- a/eagle.spec +++ b/eagle.spec @@ -1,6 +1,6 @@ Name: eagle -Version: 1.0.2 -Release: 1 +Version: 1.0.1 +Release: 3 Summary: eagle kit License: Mulan PSL v2 URL: https://gitee.com/openeuler/eagle @@ -36,7 +36,7 @@ Requires: python3-numpy python3-pandas python3-psutil python3-scipy ip %{python3_sitelib}/* %changelog -* Thur Nov 30 2023 queyanwen - 1.0.2-1 +* Thur Nov 30 2023 queyanwen - 1.0.1-3 - The current condition for determining whether the system enters the stable state is that - the difference between the maximum temperature and the minimum temperature within 60s is less than 0.2 degrees. - This judgment is too strict and needs to be changed to 2 degrees.