Skip to content

Commit

Permalink
Correctly label fastjet release, pin dask to working version for curr…
Browse files Browse the repository at this point in the history
…ent dask_awkward. (#195)

* fastjet is now 3.4.0.6

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* dask only for python 3.8 and up

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
lgray and pre-commit-ci[bot] authored Apr 19, 2023
1 parent cc062c8 commit d07c735
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ where = src

[options.extras_require]
dask =
dask<2023.4.0
dask-awkward>=2023.3.2
dev =
pytest>=4.6
Expand All @@ -55,6 +56,7 @@ docs =
test =
pytest>=4.6
uproot>=5
dask<2023.4.0;python_version>"3.7"
dask-awkward>=2023.3.2;python_version>"3.7"

[tool:pytest]
Expand Down
2 changes: 1 addition & 1 deletion src/fastjet/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import re

__version__ = "3.4.0.5"
__version__ = "3.4.0.6"
version = __version__
version_info = tuple(re.split(r"[-\.]", __version__))

Expand Down

0 comments on commit d07c735

Please sign in to comment.