-
-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
dvc 2.10.1 #99342
dvc 2.10.1 #99342
Conversation
Do they have an install target that would include this? |
Yes, the extra was left out of prior DVC brew releases by mistake (see iterative/dvc#7569) |
I would recommend replacing some One option would be to use "dvc": {
"package_name": "dvc[all]",
"extra_packages": ["...TODO..."],
"exclude_packages": ["protobuf", "pyarrow", "six", "tabulate"]
} Another option would be to list features out like: "dvc": {
"package_name": "dvc[azure,gdrive,gs,oss,s3,ssh,webdav]",
"extra_packages": ["...TODO..."],
"exclude_packages": ["protobuf", "six", "tabulate"]
} This will help pick up new dependencies like the missing Ideally, there shouldn't be any |
👍 Thanks, specifying |
05d157d
to
0fc69fb
Compare
PR has been updated to use One thing to note is that this still requires passing an additional |
I wonder if it would be worth enhancing It looks like |
|
Created with brew bump-formula-pr.
This also includes a manual update to
pypi_formula_mappings.json
(added newbcrypt
extra package)will close iterative/dvc#7569