Skip to content

Commit

Permalink
chore: bump polars to 1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GriceTurrble committed Dec 11, 2024
1 parent 6ace66e commit 4ae8688
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
11 changes: 8 additions & 3 deletions 2024/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,21 @@ version = "2024.12.1"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [ "click>=8.1.7", "httpx>=0.28.1", "polars>=1.16.0", "toml>=0.10.2",]
dependencies = [
"click>=8.1.7",
"httpx>=0.28.1",
"polars>=1.17.1",
"toml>=0.10.2",
]
[[project.authors]]
name = "Galen Rice"
email = "[email protected]"

[dependency-groups]
dev = [ "pytest>=8.3.4",]
dev = ["pytest>=8.3.4"]

[build-system]
requires = [ "hatchling",]
requires = ["hatchling"]
build-backend = "hatchling.build"

[project.scripts]
Expand Down
16 changes: 8 additions & 8 deletions 2024/python/uv.lock

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

0 comments on commit 4ae8688

Please sign in to comment.