Skip to content

Commit

Permalink
add rust(cargo) as system dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasu Jaganath committed Jul 2, 2024
1 parent 398dc66 commit b75d0d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion install/system_deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ dependencies:
# Similarly, toil[cwl] depends on ruamel.yaml.clib for performance.
# Install it with conda/mamba here.
- ruamel.yaml.clib
# Simiarly, cryptography needs to build binary wheels
# Similarly, cryptography needs to build binary wheels
- cryptography
# Needs binary PyQt5 dependencies.
- kubernetes-helm
- zstandard
# Needed for orjson wheels
- rust

0 comments on commit b75d0d1

Please sign in to comment.