Skip to content

Commit 4874abe

Browse files
committed
Merge branch 'release' into v0.1
2 parents 974eecc + 933e346 commit 4874abe

3 files changed

Lines changed: 68 additions & 18 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Build the package with uv
3030
run: |
31-
uv pip install -e .
31+
uv sync
3232
uv build
3333
3434
- name: Publish the package to PyPI

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ classifiers = [
2323
"Topic :: Software Development :: Libraries :: Python Modules",
2424
]
2525
dependencies = [
26-
"numpy==1.26.4",
27-
"pandas==1.3.5",
2826
"psycopg2-binary>=2.9.9",
2927
"pydantic>=2.11.5",
3028
"pydantic-settings>=2.9.1",

0 commit comments

Comments
 (0)