Skip to content

Commit 14aebf6

Browse files
committed
Simplify baseline
1 parent 08f7add commit 14aebf6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/BaselineOfPolyMath/BaselineOfPolyMath.class.st

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ BaselineOfPolyMath >> baseline: spec [
3939
package: 'Math-Complex' with: [ spec requires: #( 'Math-Numerical' 'Math-Polynomials' ) ];
4040
package: 'Math-Helpers';
4141
package: 'Math-Distributions' with: [ spec requires: #( 'MathVectorMatrix' 'Math-Quantile' 'Math-Core-Process' ) ];
42-
package: 'Math-Core-Process' with: [ spec requires: #( 'Math-Helpers' ) ];
42+
package: 'Math-Core-Process';
4343
package: 'Math-Numerical'
44-
with: [ spec requires: #( 'MathVectorMatrix' 'Math-Helpers' 'Math-Core-Process' 'Math-Distributions' 'Math-StatisticalMoments'
44+
with: [ spec requires: #( 'MathVectorMatrix' 'Math-Core-Process' 'Math-Distributions' 'Math-StatisticalMoments'
4545
'Math-Series' ) ];
4646
package: 'Math-Polynomials'
47-
with: [ spec requires: #( 'MathVectorMatrix' 'Math-Helpers' 'Math-Core-Process' 'Math-Distributions' 'Math-StatisticalMoments'
47+
with: [ spec requires: #( 'MathVectorMatrix' 'Math-Core-Process' 'Math-Distributions' 'Math-StatisticalMoments'
4848
'Math-Series' ) ];
4949
package: 'Math-FastFourierTransform' with: [ spec requires: #( 'Math-Complex' ) ];
5050
package: 'Math-FunctionFit'

0 commit comments

Comments
 (0)