Skip to content

Commit

Permalink
Belatedly make pyarrow a required dependency.
Browse files Browse the repository at this point in the history
This should have happened on DM-41113, but it's only checked when
running GitHub Actions on downstream middleware packages, and there
weren't any branches downstream on that ticket.
  • Loading branch information
TallJimbo committed Jan 3, 2024
1 parent 11cb73f commit c9b3513
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ dependencies = [
"lsst-daf-relation",
"deprecated >= 1.2",
"pydantic >=2,<3.0",
"pyarrow >= 0.16",
]

dynamic = ["version"]
Expand All @@ -49,7 +50,6 @@ test = [
"pytest-openfiles >= 0.5.0",
"numpy >= 1.17",
"matplotlib >= 3.0.3",
"pyarrow >= 0.16",
"pandas >= 1.0",
]
# Also expose the optional dependencies of lsst-resources as optional
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ git+https://github.com/lsst/sphgeom@main#egg=lsst-sphgeom
git+https://github.com/lsst/utils@main#egg=lsst-utils
git+https://github.com/lsst/resources@main#egg=lsst-resources
git+https://github.com/lsst/daf_relation@main#egg=lsst-daf-relation
pyarrow >= 0.16
# optional
backoff >= 1.10
boto3 >= 1.13
Expand All @@ -17,7 +18,6 @@ moto >= 1.3
pandas >= 1.0
numpy >= 1.17
matplotlib >= 3.0.3
pyarrow >= 0.16
responses >= 0.12.0
urllib3 >= 1.25.10
fastapi
Expand Down

0 comments on commit c9b3513

Please sign in to comment.