From c44537398b76741fddb5c070fbf1c2b64edb48b1 Mon Sep 17 00:00:00 2001 From: BLKSerene Date: Sun, 3 Nov 2024 12:38:45 +0800 Subject: [PATCH] Tests: Update CI - AppVeyor --- requirements/requirements_tests.txt | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/requirements/requirements_tests.txt b/requirements/requirements_tests.txt index 78d7ad17a..d98224825 100644 --- a/requirements/requirements_tests.txt +++ b/requirements/requirements_tests.txt @@ -56,18 +56,16 @@ beautifulsoup4 lxml matplotlib networkx -## spaCy is incompatible with NumPy 2.0 -numpy == 1.26.4 +numpy == 1.26.4 # spaCy is incompatible with NumPy 2.0 opencc-python-reimplemented openpyxl pypdf -pyqt5 +pyqt5==5.15.10 # To be compatible with macOS < 11 on AppVeyor pytest python-docx python-pptx requests -# Underthesea is incompatible with scikit-learn 1.5 -scikit-learn == 1.4.2 +scikit-learn == 1.4.2 # Underthesea is incompatible with scikit-learn 1.5 scipy wordcloud