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 @@ -45,7 +45,7 @@ BaselineOfPolyMath >> baseline: spec [
4545 package: ' Math-Complex'
4646 with: [ spec requires: #('Math-Numerical' 'Math-Polynomials') ];
4747 package: ' Math-Helpers' ;
48- package: ' Math-Distributions' with: [ spec requires: #('PolyMathDataStructures' 'Math-Numerical' 'Math- Polynomials') ];
48+ package: ' Math-Distributions' with: [ spec requires: #('PolyMathDataStructures' 'Math-Polynomials') ];
4949 package: ' Math-Core-Process' with: [ spec requires: #('Math-Helpers') ];
5050 package: ' Math-Numerical' with: [ spec requires: #('PolyMathDataStructures' 'Math-Helpers' 'Math-Core-Process' 'Math-Distributions' 'Math-StatisticalMoments' 'Math-Series') ];
5151 package: ' Math-Polynomials' with: [ spec requires: #('PolyMathDataStructures' 'Math-Helpers' 'Math-Core-Process' 'Math-Distributions' 'Math-StatisticalMoments' 'Math-Series') ];
You can’t perform that action at this time.
0 commit comments