Skip to content

Commit 30357b9

Browse files
committed
added new package to the baseline
1 parent ac299aa commit 30357b9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/BaselineOfPolyMath/BaselineOfPolyMath.class.st

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ BaselineOfPolyMath >> packages: spec [
137137
'Math-StatisticalMoments' 'Math-Series' ) ];
138138
package: 'Math-FastFourierTransform'
139139
with: [ spec requires: #( 'Math-Complex' ) ];
140+
package: 'Math-UI';
140141
package: 'Math-FunctionFit' with: [
141142
spec requires:
142143
#( 'Math-Numerical' 'Math-Chromosome' 'Math-Accuracy-Core'

0 commit comments

Comments
 (0)