Skip to content

Commit c044efc

Browse files
author
Hernán Morales Durand
committed
Remove Roassal reference in Baseline
1 parent f6ffd19 commit c044efc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BaselineOfPolyMath/BaselineOfPolyMath.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ BaselineOfPolyMath >> packages: spec [
202202
with: [ spec requires: #( 'Math-TSNE' ) ];
203203
package: 'Math-UtilsDataServer';
204204
package: 'Math-Visualizations'
205-
with: [ spec requires: #( 'Roassal' 'AIDatasets' 'AIDataInspector') ]
205+
with: [ spec requires: #( 'AIDatasets' 'AIDataInspector') ]
206206
]
207207

208208
{ #category : 'accessing' }

0 commit comments

Comments
 (0)