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 a55da5d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@

version: 'Build {build}'

max_jobs: 3

environment:
matrix:
# Windows
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 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

Expand Down

0 comments on commit a55da5d

Please sign in to comment.