Skip to content

Commit e982316

Browse files
authored
Justin gilmer patch 1 (#39)
* Update release.yaml * Update pyproject.toml
1 parent 2cc7f74 commit e982316

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
pip install setuptools wheel
7171
- name: Build and publish
7272
run: |
73-
python setup.py sdist bdist_wheel
73+
pip wheel .
7474
- name: Publish package
7575
uses: pypa/gh-action-pypi-publish@master
7676
with:

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ dependencies = [
3333
"pytz",
3434
"pyyaml",
3535
"certifi",
36+
"pyarrow",
37+
"polars",
38+
"numpy",
39+
"pandas>=2.0",
3640
]
3741

3842
[project.optional-dependencies]

0 commit comments

Comments
 (0)