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 6c21154 commit c4f7a84Copy full SHA for c4f7a84
src/BaselineOfRoassal/BaselineOfRoassal.class.st
@@ -129,8 +129,8 @@ BaselineOfRoassal >> corePackagesNames [
129
{ #category : 'dependencies' }
130
BaselineOfRoassal >> dataFrame: spec [
131
spec
132
- baseline: 'AIDatasets'
133
- with: [ spec repository: 'github://pharo-ai/datasets' ]
+ baseline: 'DataFrame'
+ with: [ spec repository: 'github://PolyMathOrg/DataFrame/src' ]
134
]
135
136
0 commit comments