Skip to content

Commit

Permalink
Merge branch 'master' into citation
Browse files Browse the repository at this point in the history
  • Loading branch information
lgray authored Jul 13, 2023
2 parents b033eb6 + 03ea8a5 commit 2373f23
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
python -m pip install pip hatch --upgrade
python -m hatch build -t sdist -t wheel
- name: Publish package to PyPI
uses: pypa/[email protected].7
uses: pypa/[email protected].8
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ci:

repos:
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black

Expand All @@ -37,7 +37,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/asottile/pyupgrade
rev: v3.8.0
rev: v3.9.0
hooks:
- id: pyupgrade
args: ["--py38-plus"]
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ classifiers = [
"Topic :: Utilities",
]
dependencies = [
"awkward>=2.2.4",
"uproot>=5.0.9",
"awkward>=2.3.1",
"uproot>=5.0.10",
"dask[array]>=2023.4.0",
"dask-awkward>=2023.6.3",
"dask-awkward>=2023.7.1",
"dask-histogram>=2023.6.0",
"correctionlib>=2.0.0",
"pyarrow>=6.0.0",
Expand Down

0 comments on commit 2373f23

Please sign in to comment.