Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: Require yadage v0.21.0+ #114

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading