Skip to content

Commit

Permalink
add packaging to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Jul 30, 2024
1 parent c2f80f8 commit 9eba218
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ dependencies = [
"jsonpickle",
"numba",
"numpy>=1.20.0,<2.0.0",
"packaging",
"pandas>=2.2",
"pint>=0.10,<0.24",
"platformdirs >=3.2",
Expand Down Expand Up @@ -180,7 +181,7 @@ pep621_dev_dependency_groups = ["all", "dev", "docs"]
[tool.deptry.per_rule_ignores]
DEP001 = ["SBCK"]
DEP002 = ["bottleneck", "pyarrow"]
DEP004 = ["matplotlib", "pytest_socket"]
DEP004 = ["matplotlib", "pytest", "pytest_socket"]

[tool.flit.sdist]
include = [
Expand Down

0 comments on commit 9eba218

Please sign in to comment.