Skip to content

Commit 3187616

Browse files
build: Require yadage v0.21.0+
* 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.
1 parent 3938a26 commit 3187616

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ Homepage = "https://github.com/recast-hep/recast-atlas"
6161

6262
[project.optional-dependencies]
6363
local = [
64+
"yadage>=0.21.0", # yadage[viz] breaks so install following manually
65+
"adage", # compatible versions controlled through yadage
66+
"packtivity", # compatible versions controlled through yadage
6467
"pydotplus==2.0.2",
65-
"adage>=0.10.1",
66-
"packtivity>=0.14.23",
67-
"yadage>=0.20.1", # yadage[viz] breaks so install following manually
6868
"pydot", # from yadage[viz] extra
6969
"pygraphviz" # from yadage[viz] extra
7070
]

0 commit comments

Comments
 (0)