We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cc7f74 commit e982316Copy full SHA for e982316
.github/workflows/release.yaml
@@ -70,7 +70,7 @@ jobs:
70
pip install setuptools wheel
71
- name: Build and publish
72
run: |
73
- python setup.py sdist bdist_wheel
+ pip wheel .
74
- name: Publish package
75
uses: pypa/gh-action-pypi-publish@master
76
with:
pyproject.toml
@@ -33,6 +33,10 @@ dependencies = [
33
"pytz",
34
"pyyaml",
35
"certifi",
36
+ "pyarrow",
37
+ "polars",
38
+ "numpy",
39
+ "pandas>=2.0",
40
]
41
42
[project.optional-dependencies]
0 commit comments