Skip to content

Commit

Permalink
Merge branch 'master' into pass_uproot_options_to_uproot_dask
Browse files Browse the repository at this point in the history
  • Loading branch information
lgray authored Sep 6, 2023
2 parents 130a903 + 2f5af18 commit f49febd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
name: pre-commit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: pre-commit/[email protected]
with:
Expand All @@ -45,7 +45,7 @@ jobs:
name: test coffea (${{ matrix.os }}) - python ${{ matrix.python-version }}, JDK${{ matrix.java-version }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
name: test coffea-workqueue

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Conda
uses: conda-incubator/setup-miniconda@v2
env:
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:
name: deploy release

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ classifiers = [
"Topic :: Utilities",
]
dependencies = [
"awkward>=2.3.3",
"awkward>=2.4.2",
"uproot>=5.0.10",
"dask[array]>=2023.4.0",
"dask-awkward>=2023.7.1,!=2023.8.0",
Expand Down

0 comments on commit f49febd

Please sign in to comment.