Skip to content

Commit 6cabdef

Browse files
authored
Merge pull request #7 from simlab-vs/add-polars-and-simlab-tools
feat(deps): add polars and simlab-tools[storage]
2 parents 0d5f066 + f9fc82b commit 6cabdef

2 files changed

Lines changed: 155 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,18 @@ version = "0.1.0"
44
description = "Base python project"
55
readme = "README.md"
66
requires-python = ">=3.12"
7-
dependencies = []
7+
dependencies = [
8+
"polars>=1.43.0",
9+
"simlab-tools[storage]",
10+
]
811

912
# Set curent project as a package, with src/ folder.
1013
[tool.uv]
1114
package = true
1215

16+
[tool.uv.sources]
17+
simlab-tools = { git = "https://github.com/simlab-vs/simlab-tools.git" }
18+
1319
# Longer than standard 79 char max line length.
1420
[tool.ruff]
1521
line-length = 99

uv.lock

Lines changed: 148 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)