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 131e509 commit 61f3c6bCopy full SHA for 61f3c6b
1 file changed
src/BaselineOfPolyMath/BaselineOfPolyMath.class.st
@@ -56,8 +56,7 @@ BaselineOfPolyMath >> baseline: spec [
56
package: 'Math-Physics-Constants';
57
package: 'Math-PrincipalComponentAnalysis' with: [ spec requires: #('Math-DHB-Numerical' 'Math-Matrix' 'Math-Polynomials') ];
58
package: 'Math-Quantile';
59
- package: 'Math-Quaternion' with: [ spec requires: #('Math-Complex') ];
60
- package: 'Math-QuaternionExtensions' with: [ spec requires: #('Math-DHB-Numerical' 'Math-Quaternion' 'Math-Polynomials') ];
+ package: 'Math-Quaternion' with: [ spec requires: #('Math-Complex' 'Math-DHB-Numerical' 'Math-Polynomials') ];
61
package: 'Math-Random';
62
package: 'Math-RandomDistributionBased' with: [ spec requires: #('Math-DHB-Numerical' 'Math-Polynomials') ];
63
package: 'Math-Series';
0 commit comments