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 f6ffd19 commit c044efcCopy full SHA for c044efc
src/BaselineOfPolyMath/BaselineOfPolyMath.class.st
@@ -202,7 +202,7 @@ BaselineOfPolyMath >> packages: spec [
202
with: [ spec requires: #( 'Math-TSNE' ) ];
203
package: 'Math-UtilsDataServer';
204
package: 'Math-Visualizations'
205
- with: [ spec requires: #( 'Roassal' 'AIDatasets' 'AIDataInspector') ]
+ with: [ spec requires: #( 'AIDatasets' 'AIDataInspector') ]
206
]
207
208
{ #category : 'accessing' }
0 commit comments