We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 974eecc + 933e346 commit 4874abeCopy full SHA for 4874abe
3 files changed
.github/workflows/publish.yml
@@ -28,7 +28,7 @@ jobs:
28
29
- name: Build the package with uv
30
run: |
31
- uv pip install -e .
+ uv sync
32
uv build
33
34
- name: Publish the package to PyPI
pyproject.toml
@@ -23,8 +23,6 @@ classifiers = [
23
"Topic :: Software Development :: Libraries :: Python Modules",
24
]
25
dependencies = [
26
- "numpy==1.26.4",
27
- "pandas==1.3.5",
"psycopg2-binary>=2.9.9",
"pydantic>=2.11.5",
"pydantic-settings>=2.9.1",
0 commit comments