Skip to content

Commit

Permalink
Removed unneeded dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
SekouDiaoNlp committed Aug 26, 2023
1 parent 1b75ac5 commit 5a4333b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 169 deletions.
165 changes: 1 addition & 164 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ click = ">=8.0.3"
colorama = "*"
dataclasses = {version = ">=0.6", python = "<3.7"}
joblib = "^1.0.1"
pandas = "^2.0.1"
tqdm = "*"
rich = "^13.5.2"

Expand Down
4 changes: 0 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
click==8.1.7 ; python_version >= "3.8" and python_version < "4"
colorama==0.4.6 ; python_version >= "3.8" and python_version < "4"
joblib==1.3.2 ; python_version >= "3.8" and python_version < "4"
numpy==1.24.4 ; python_version >= "3.8" and python_version < "3.9"
numpy==1.25.2 ; python_version >= "3.9" and python_version < "4"
pandas==2.0.3 ; python_version >= "3.8" and python_version < "4"
python-dateutil==2.8.2 ; python_version >= "3.8" and python_version < "4"
pytz==2023.3 ; python_version >= "3.8" and python_version < "4"
six==1.16.0 ; python_version >= "3.8" and python_version < "4"
tqdm==4.66.1 ; python_version >= "3.8" and python_version < "4"
rich==13.5.2 ; python_version >= "3.8" and python_version < "4"

0 comments on commit 5a4333b

Please sign in to comment.