File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -56,8 +56,7 @@ BaselineOfPolyMath >> baseline: spec [
5656 package: ' Math-Physics-Constants' ;
5757 package: ' Math-PrincipalComponentAnalysis' with: [ spec requires: #('Math-DHB-Numerical' 'Math-Matrix' 'Math-Polynomials') ];
5858 package: ' Math-Quantile' ;
59- package: ' Math-Quaternion' with: [ spec requires: #('Math-Complex') ];
60- package: ' Math-QuaternionExtensions' with: [ spec requires: #('Math-DHB-Numerical' 'Math-Quaternion' 'Math-Polynomials') ];
59+ package: ' Math-Quaternion' with: [ spec requires: #('Math-Complex' 'Math-DHB-Numerical' 'Math-Polynomials') ];
6160 package: ' Math-Random' ;
6261 package: ' Math-RandomDistributionBased' with: [ spec requires: #('Math-DHB-Numerical' 'Math-Polynomials') ];
6362 package: ' Math-Series' ;
You can’t perform that action at this time.
0 commit comments