File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,12 +39,12 @@ BaselineOfPolyMath >> baseline: spec [
3939 package: ' Math-Complex' with: [ spec requires: #( 'Math-Numerical' 'Math-Polynomials' ) ];
4040 package: ' Math-Helpers' ;
4141 package: ' Math-Distributions' with: [ spec requires: #( 'MathVectorMatrix' 'Math-Quantile' 'Math-Core-Process' ) ];
42- package: ' Math-Core-Process' with: [ spec requires: #( 'Math-Helpers' ) ] ;
42+ package: ' Math-Core-Process' ;
4343 package: ' Math-Numerical'
44- with: [ spec requires: #( 'MathVectorMatrix' 'Math-Helpers' 'Math- Core-Process' 'Math-Distributions' 'Math-StatisticalMoments'
44+ with: [ spec requires: #( 'MathVectorMatrix' 'Math-Core-Process' 'Math-Distributions' 'Math-StatisticalMoments'
4545 'Math-Series' ) ];
4646 package: ' Math-Polynomials'
47- with: [ spec requires: #( 'MathVectorMatrix' 'Math-Helpers' 'Math- Core-Process' 'Math-Distributions' 'Math-StatisticalMoments'
47+ with: [ spec requires: #( 'MathVectorMatrix' 'Math-Core-Process' 'Math-Distributions' 'Math-StatisticalMoments'
4848 'Math-Series' ) ];
4949 package: ' Math-FastFourierTransform' with: [ spec requires: #( 'Math-Complex' ) ];
5050 package: ' Math-FunctionFit'
You can’t perform that action at this time.
0 commit comments