This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch HTHou-patch-1 in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 778a02526f2043869658bd272e02974b443de398 Author: Haonan <[email protected]> AuthorDate: Thu Apr 6 17:23:34 2023 +0800 Fix mltest CI error --- mlnode/requirements_dev.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mlnode/requirements_dev.txt b/mlnode/requirements_dev.txt index 75a78abfb1..daa4c2bc23 100644 --- a/mlnode/requirements_dev.txt +++ b/mlnode/requirements_dev.txt @@ -19,10 +19,10 @@ -r requirements.txt # Pytest to run tests -pandas>=1.3.5 +pandas>=1.3.5,<2 numpy>=1.21.4 torch pylru pytest thrift -dynaconf \ No newline at end of file +dynaconf
