Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,8 @@ jobs:
# c.f. https://github.com/astral-sh/uv/issues/3437
uv pip install torch --index-url https://download.pytorch.org/whl/cpu
uv pip install xgboost
uv pip install 'tritonclient[grpc,http]!=2.41.0'
# install checked out coffea
uv pip install -q '.[dev,parsl,dask]' --upgrade
uv pip install -q '.[dev,parsl,dask,triton]' --upgrade
uv pip list
- name: Install dependencies (MacOS)
if: matrix.os == 'macOS-latest'
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ rucio = [
xrootd = [
"fsspec-xrootd>=0.5.1",
]
triton = [
"tritonclient[grpc,http]>=2.56.0",
]
dev = [
"pre-commit",
"flake8",
Expand Down
Loading