Skip to content

Commit

Permalink
try suggestion from angus
Browse files Browse the repository at this point in the history
  • Loading branch information
lgray authored Nov 6, 2023
1 parent 159a444 commit 0d7dded
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies = [
"awkward>=2.4.8",
"uproot>=5.1.2",
"dask[array]>=2023.4.0",
"dask-awkward>=2023.10.0",
"dask-awkward @ git+https://github.com/dask-contrib/dask-awkward.git@main",
"dask-histogram>=2023.10.0",
"correctionlib>=2.3.3",
"pyarrow>=6.0.0",
Expand Down Expand Up @@ -113,6 +113,9 @@ path = "src/coffea/__init__.py"
[tool.hatch.build.hooks.vcs]
version-file = "src/coffea/version.py"

[tool.hatch.metadata]
allow-direct-references = true

[tool.setuptools_scm]
write_to = "src/coffea/_version.py"

Expand Down

0 comments on commit 0d7dded

Please sign in to comment.