Skip to content

Commit

Permalink
Update pyproject.toml (#12)
Browse files Browse the repository at this point in the history
add "scikit-learn","numpy","scipy" to dependencies
  • Loading branch information
parisa-zahedi authored Apr 8, 2024
1 parent a44cbc5 commit e5a02b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers = [
]
dynamic = ["version"]

dependencies = ["tqdm","pandas","pandas-stubs", "types-tqdm","spacy"
dependencies = ["tqdm","pandas","pandas-stubs", "types-tqdm","spacy","scikit-learn","numpy","scipy"
]

[project.optional-dependencies]
Expand All @@ -47,4 +47,4 @@ module = [
"pandas.*",
"sklearn.*"
]
ignore_missing_imports = true
ignore_missing_imports = true

0 comments on commit e5a02b3

Please sign in to comment.