Skip to content

Commit

Permalink
added pandas-stubs and fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Mudiwa Matanda authored and Mudiwa Matanda committed Aug 28, 2024
1 parent 8a72a65 commit 2df6616
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
2 changes: 1 addition & 1 deletion home/export_ordered_sets.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from dataclasses import asdict, astuple, dataclass, fields
from math import ceil

from django.http import HttpResponse # type: ignore
from django.http import HttpResponse # type: ignore
from openpyxl.styles import Font, NamedStyle
from openpyxl.utils import get_column_letter
from openpyxl.workbook import Workbook
Expand Down
28 changes: 27 additions & 1 deletion poetry.lock

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

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ types-openpyxl = "^3.1.0.20240301"
types-requests = "^2.31.0.20240311"
torch = "^2.4.0"
pandas = "^2.2.2"
pandas-stubs = "^2.2.2.240807"

[[tool.poetry.source]]
name = "pytorch-stable-cpu"
Expand Down

0 comments on commit 2df6616

Please sign in to comment.