Skip to content

Commit cb9a018

Browse files
author
Hernán Morales Durand
committed
Fix another reference: AIDataInspector -> AIDataFrameInspector
1 parent bb48d99 commit cb9a018

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
@@ -201,7 +201,7 @@ BaselineOfPolyMath >> packages: spec [
201201
with: [ spec requires: #( 'Math-TSNE' ) ];
202202
package: 'Math-UtilsDataServer';
203203
package: 'Math-Visualizations'
204-
with: [ spec requires: #( 'AIDatasets' 'AIDataInspector') ]
204+
with: [ spec requires: #( 'AIDatasets' 'AIDataFrameInspector') ]
205205
]
206206

207207
{ #category : #accessing }

0 commit comments

Comments
 (0)