Skip to content

Commit c4f7a84

Browse files
committed
update baseline with missing dataframe dependency
1 parent 6c21154 commit c4f7a84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/BaselineOfRoassal/BaselineOfRoassal.class.st

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ BaselineOfRoassal >> corePackagesNames [
129129
{ #category : 'dependencies' }
130130
BaselineOfRoassal >> dataFrame: spec [
131131
spec
132-
baseline: 'AIDatasets'
133-
with: [ spec repository: 'github://pharo-ai/datasets' ]
132+
baseline: 'DataFrame'
133+
with: [ spec repository: 'github://PolyMathOrg/DataFrame/src' ]
134134
]
135135

136136
{ #category : 'dependencies' }

0 commit comments

Comments
 (0)