File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ BaselineOfPolyMath >> baseline: spec [
3535 package: ' Math-ArbitraryPrecisionFloat'
3636 with: [ spec requires: #('ExtendedNumberParser') ];
3737 package: ' Math-AutomaticDifferenciation'
38- with: [ spec requires: #('Math-Numerical' 'Math-Matrix ') ];
38+ with: [ spec requires: #('Math-Numerical' 'PolyMathDataStructures ') ];
3939 package: ' Math-Benchmarks-KDTree'
4040 with: [ spec requires: #('Math-KDTree' 'SMark') ];
4141 package: ' Math-Benchmarks-ODE'
@@ -60,7 +60,7 @@ BaselineOfPolyMath >> baseline: spec [
6060 package: ' Math-FunctionFit'
6161 with: [ spec
6262 requires:
63- #('Math-Numerical' 'Math-Chromosome' 'Math-Accuracy-Core' 'PolyMathDataStructures' 'Math-Helpers' 'Math-Matrix' 'Math- Polynomials') ];
63+ #('Math-Numerical' 'Math-Chromosome' 'Math-Accuracy-Core' 'PolyMathDataStructures' 'Math-Helpers' 'Math-Polynomials') ];
6464 package: ' Math-KDTree' ;
6565 package: ' Math-KernelSmoothing' with: [ spec requires: #('Math-Quantile' 'Math-Numerical' 'Math-Polynomials') ];
6666 package: ' Math-KolmogorovSmirnov'
You can’t perform that action at this time.
0 commit comments