Skip to content

Commit

Permalink
Fix numpy to 1.26.4 as numpy 2.0 is breaking imports
Browse files Browse the repository at this point in the history
  • Loading branch information
woodthom2 committed Nov 19, 2024
1 parent 9f2fc78 commit b359f27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies = [
"openpyxl==3.1.2; python_version <= '3.12'",
"wget==3.2; python_version <= '3.12'",
"sentence-transformers==2.2.2; python_version <= '3.12'",
"numpy==2.1.0; python_version <= '3.12'",
"numpy==1.26.4; python_version <= '3.12'",
"sklearn-crfsuite==0.5.0; python_version <= '3.12'",
"scikit-learn; python_version <= '3.12'",
"scipy==1.14.1; python_version <= '3.12'",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ XlsxWriter==3.0.9
openpyxl==3.1.2
wget==3.2
sentence-transformers==2.2.2
numpy==2.1.0
numpy==1.26.4
sklearn-crfsuite==0.5.0
scikit-learn==1.5.0
scipy==1.14.1
Expand Down

0 comments on commit b359f27

Please sign in to comment.