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 c445373
Showing 1 changed file with 3 additions and 5 deletions.
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 c445373

Please sign in to comment.