Skip to content

Commit

Permalink
chore: update pre-commit configuration and add poetry export hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Molier committed Jan 20, 2025
1 parent 68f5266 commit da3be1f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 59 deletions.
58 changes: 1 addition & 57 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 @@ -50,7 +50,6 @@ authors = [
"Oscar Swyns <oscar@energieid.be>",
]
dependencies.python = "^3.11"
dependencies.pyarrow = "^18.1.0"
dependencies.polars = "^1.9.0"
dependencies.pandera = "^0.20.3"
dependencies.numpy = "^2.0.0"
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ pandas==2.2.3 ; python_version == "3.11" or python_version >= "3.12" and python_
pandera==0.20.4 ; python_version == "3.11" or python_version >= "3.12" and python_version < "4.0"
patsy==0.5.6 ; python_version == "3.11" or python_version >= "3.12" and python_version < "4.0"
polars==1.9.0 ; python_version == "3.11" or python_version >= "3.12" and python_version < "4.0"
pyarrow==18.1.0 ; python_version == "3.11" or python_version >= "3.12" and python_version < "4.0"
pydantic-core==2.23.4 ; python_version == "3.11" or python_version >= "3.12" and python_version < "4.0"
pydantic==2.9.2 ; python_version == "3.11" or python_version >= "3.12" and python_version < "4.0"
python-dateutil==2.9.0.post0 ; python_version == "3.11" or python_version >= "3.12" and python_version < "4.0"
Expand Down

0 comments on commit da3be1f

Please sign in to comment.