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