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

Remove libprotobuf dep #527

Merged
merged 7 commits into from
Oct 26, 2023
Next Next commit
Remove libprotobuf as a build time dependency of Conda
jdye64 committed Oct 24, 2023
commit 6d38fe3a10573144033ac879b071143f164faaa8
1 change: 0 additions & 1 deletion conda/recipes/meta.yaml
Original file line number Diff line number Diff line change
@@ -41,7 +41,6 @@ requirements:
- {{ compiler('rust') }}
- cargo-bundle-licenses
- maturin >=0.15,<0.16
- libprotobuf =3
jdye64 marked this conversation as resolved.
Show resolved Hide resolved
host:
- python
- maturin >=0.15,<0.16