fix(deep_causality_topology): Fixed dependencies versions#406
fix(deep_causality_topology): Fixed dependencies versions#406marvin-hansen merged 3 commits intodeepcausality-rs:mainfrom
Conversation
Signed-off-by: Marvin Hansen <marvin.hansen@gmail.com>
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
||||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||
User description
Describe your changes
fix(deep_causality_topology): Fixed dependencies versions
Issue ticket number and link
Code checklist before requesting a review
For details on make, please see BUILD.md
Note: The CI runs all of the above and fixing things before they hit CI speeds
up the review and merge process. Thank you.
PR Type
Enhancement
Description
Added explicit version pinning for all dependencies
Converted dependencies to table format for clarity
Disabled default features for num and sparse crates
Updated std feature to include transitive dependencies
Diagram Walkthrough
File Walkthrough
Cargo.toml
Explicit dependency versioning and feature configurationdeep_causality_topology/Cargo.toml
version constraints
0.1.0, haft 0.2.4, tensor 0.1.9, multivector 0.1.3)
default-features = falsefor num and sparse crates to controlfeature propagation
deep_causality_sparse default features