File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ BaselineOfPolyMath >> baseline: spec [
4848 package: ' Math-Core-Distribution' with: [ spec requires: #('PolyMathDataStructures') ];
4949 package: ' Math-Core-Process' with: [ spec requires: #('Math-Helpers') ];
5050 package: ' Math-Numerical' with: [ spec requires: #('PolyMathDataStructures' 'Math-Helpers' 'Math-Core-Process' 'Math-Core-Distribution' 'Math-DistributionGamma' 'Math-DistributionBeta' 'Math-DistributionForHistogram' 'Math-StatisticalMoments' 'Math-Series') ];
51- package: ' Math-Polynomials' with: [ spec requires: #('PolyMathDataStructures' 'Math-Helprs ' 'Math-Core-Process' 'Math-Core-Distribution' 'Math-DistributionGamma' 'Math-DistributionBeta' 'Math-DistributionForHistogram' 'Math-StatisticalMoments' 'Math-Series') ];
51+ package: ' Math-Polynomials' with: [ spec requires: #('PolyMathDataStructures' 'Math-Helpers ' 'Math-Core-Process' 'Math-Core-Distribution' 'Math-DistributionGamma' 'Math-DistributionBeta' 'Math-DistributionForHistogram' 'Math-StatisticalMoments' 'Math-Series') ];
5252 package: ' Math-DistributionBeta'
5353 with: [ spec requires: #('Math-DistributionGamma') ];
5454 package: ' Math-DistributionForHistogram'
You can’t perform that action at this time.
0 commit comments