Skip to content

Commit

Permalink
build: Require yadage v0.21.0+
Browse files Browse the repository at this point in the history
* Require yadage v0.21.0+ to ensure packtivity>=0.16.2 is used to
  properly handle jqlang v1.6/v1.7.
* As yadage handles the lower bounds of adage and packtivity, remove
  their stated lower bound to let the dependency resolver have yadage
  do all the work.
  • Loading branch information
matthewfeickert committed Jun 17, 2024
1 parent 3938a26 commit 3187616
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ Homepage = "https://github.com/recast-hep/recast-atlas"

[project.optional-dependencies]
local = [
"yadage>=0.21.0", # yadage[viz] breaks so install following manually
"adage", # compatible versions controlled through yadage
"packtivity", # compatible versions controlled through yadage
"pydotplus==2.0.2",
"adage>=0.10.1",
"packtivity>=0.14.23",
"yadage>=0.20.1", # yadage[viz] breaks so install following manually
"pydot", # from yadage[viz] extra
"pygraphviz" # from yadage[viz] extra
]
Expand Down

0 comments on commit 3187616

Please sign in to comment.