Skip to content

Commit 4b60540

Browse files
committed
FIx loop 2
1 parent 5136622 commit 4b60540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BaselineOfPolyMath/BaselineOfPolyMath.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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-Polynomials') ];
48+
package: 'Math-Distributions' 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-Distributions' 'Math-StatisticalMoments' 'Math-Series') ];
5151
package: 'Math-Polynomials' with: [ spec requires: #('PolyMathDataStructures' 'Math-Helpers' 'Math-Core-Process' 'Math-Distributions' 'Math-StatisticalMoments' 'Math-Series') ];

0 commit comments

Comments
 (0)