Skip to content

Commit cb706eb

Browse files
committed
Fix baseline
1 parent fece0b6 commit cb706eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/BaselineOfPolyMath/BaselineOfPolyMath.class.st

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)