Skip to content

Commit 61f3c6b

Browse files
[48] Merged the dependent packages from QuaternionExtensions
into Quaternion, as recommended by Serge.
1 parent 131e509 commit 61f3c6b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/BaselineOfPolyMath/BaselineOfPolyMath.class.st

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ BaselineOfPolyMath >> baseline: spec [
5656
package: 'Math-Physics-Constants';
5757
package: 'Math-PrincipalComponentAnalysis' with: [ spec requires: #('Math-DHB-Numerical' 'Math-Matrix' 'Math-Polynomials') ];
5858
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') ];
59+
package: 'Math-Quaternion' with: [ spec requires: #('Math-Complex' 'Math-DHB-Numerical' 'Math-Polynomials') ];
6160
package: 'Math-Random';
6261
package: 'Math-RandomDistributionBased' with: [ spec requires: #('Math-DHB-Numerical' 'Math-Polynomials') ];
6362
package: 'Math-Series';

0 commit comments

Comments
 (0)