Skip to content

Commit

Permalink
Fix Pandas-Numpy clash
Browse files Browse the repository at this point in the history
Numpy was upgraded to 2.0.0 on 16 June 2024, which has broken the Pandas import, so we lock Numpy to 1.26.4
  • Loading branch information
woodthom2 committed Jun 21, 2024
1 parent 5d67152 commit b2ce374
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ openpyxl==3.1.2
spacy==3.5.3
wget==3.2
sentence-transformers==2.2.2
numpy==1.26.4

0 comments on commit b2ce374

Please sign in to comment.