Skip to content

Commit

Permalink
fix requirements as Scipy update has broken install
Browse files Browse the repository at this point in the history
  • Loading branch information
woodthom2 committed Oct 29, 2024
1 parent d226d5f commit e22ec64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ dependencies = [
"numpy==2.1.0; 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'",
]

[project.optional-dependencies]
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ wget==3.2
sentence-transformers==2.2.2
numpy==2.1.0
sklearn-crfsuite==0.5.0
scikit-learn==1.5.0
scikit-learn==1.5.0
scipy==1.14.1

0 comments on commit e22ec64

Please sign in to comment.