Skip to content

Commit

Permalink
fix: lock numpy to 1.26.4
Browse files Browse the repository at this point in the history
spacy is not compatible with numpy 2.x, see:
explosion/spaCy#13528 and thus the CI fails
locking numpy to latest 1.x release fixes this problem

Signed-off-by: SoulHarsh007 <harsh.peshwani@outlook.com>
  • Loading branch information
SoulHarsh007 committed Jun 19, 2024
1 parent 838ae62 commit c55fabc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
rich
beautifulsoup4
numpy==1.26.4
pandas
requests
beautifulsoup4
spacy
rich
spacy

0 comments on commit c55fabc

Please sign in to comment.