Skip to content

Commit

Permalink
Tests: Update CI - AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
BLKSerene committed Nov 3, 2024
1 parent 976868e commit 0ea77a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ environment:
- APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2019"
PYTHON: "C:/Python311-x64"
# MacOS
- APPVEYOR_BUILD_WORKER_IMAGE: "macos-catalina"
- APPVEYOR_BUILD_WORKER_IMAGE: "macos-mojave"
PYTHON: "~/venv3.11"
# Linux
- APPVEYOR_BUILD_WORKER_IMAGE: "Ubuntu1804"
Expand Down Expand Up @@ -72,7 +72,7 @@ for:
-
matrix:
only:
- APPVEYOR_BUILD_WORKER_IMAGE: "macos-catalina"
- APPVEYOR_BUILD_WORKER_IMAGE: "macos-mojave"

# Install dependencies
install:
Expand Down
8 changes: 3 additions & 5 deletions requirements/requirements_tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
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

Expand Down

0 comments on commit 0ea77a9

Please sign in to comment.