From 48151809999c194c52571d1f995ec3b06674bc14 Mon Sep 17 00:00:00 2001 From: Manan Gupta Date: Sun, 7 Jun 2026 20:51:55 -0700 Subject: [PATCH] Add missing pandas and scikit-learn to requirements.txt --- pyqpanda-algorithm/requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyqpanda-algorithm/requirements.txt b/pyqpanda-algorithm/requirements.txt index 94650a6..2e4cb76 100644 --- a/pyqpanda-algorithm/requirements.txt +++ b/pyqpanda-algorithm/requirements.txt @@ -3,6 +3,8 @@ matplotlib>=3.3 pydot scipy sympy +pandas +scikit-learn mypy>=1.14 requests pycryptodome