File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Math-CompatibilityUpToPharo11 Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -171,10 +171,10 @@ BaselineOfPolyMath >> baseline: spec [
171171
172172 spec for: #( #'pharo6.x' #'pharo7.x' #'pharo8.x' #'pharo9.x' #'pharo10.x' ) do: [
173173 spec
174- package: ' Math-Numerical' with: [ spec requires: #( 'Math-Pharo11 ' ) ];
175- package: ' Math-Benchmarks-KDTree' with: [ spec requires: #( 'Math-Pharo11 ' ) ];
176- package: ' Math-Tests-KDTree' with: [ spec requires: #( 'Math-Pharo11 ' ) ];
177- package: ' Math-Pharo11 ' ]
174+ package: ' Math-Numerical' with: [ spec requires: #( 'Math-CompatibilityUpToPharo11 ' ) ];
175+ package: ' Math-Benchmarks-KDTree' with: [ spec requires: #( 'Math-CompatibilityUpToPharo11 ' ) ];
176+ package: ' Math-Tests-KDTree' with: [ spec requires: #( 'Math-CompatibilityUpToPharo11 ' ) ];
177+ package: ' Math-CompatibilityUpToPharo11 ' ]
178178]
179179
180180{ #category : #accessing }
Original file line number Diff line number Diff line change 22 #name : #Float32Array ,
33 #superclass : #FloatArray ,
44 #type : #words ,
5- #category : #' Math-Pharo11 '
5+ #category : #' Math-CompatibilityUpToPharo11 '
66}
Original file line number Diff line number Diff line change 1+ Package { #name : #' Math-CompatibilityUpToPharo11' }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments