We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac299aa commit 30357b9Copy full SHA for 30357b9
1 file changed
src/BaselineOfPolyMath/BaselineOfPolyMath.class.st
@@ -137,6 +137,7 @@ BaselineOfPolyMath >> packages: spec [
137
'Math-StatisticalMoments' 'Math-Series' ) ];
138
package: 'Math-FastFourierTransform'
139
with: [ spec requires: #( 'Math-Complex' ) ];
140
+ package: 'Math-UI';
141
package: 'Math-FunctionFit' with: [
142
spec requires:
143
#( 'Math-Numerical' 'Math-Chromosome' 'Math-Accuracy-Core'
0 commit comments