Skip to content

Commit

Permalink
Update BaselineOfAIHierarchicalClustering.class.st
Browse files Browse the repository at this point in the history
  • Loading branch information
olekscode authored Apr 21, 2022
1 parent fca0107 commit 19ba536
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ BaselineOfAIHierarchicalClustering >> baseline: spec [

"pharo-ai dependencies"
spec
baseline: 'AILinearAlgebra' with: [ spec repository: 'github://pharo-ai/moose-linear-algebra/src' ].
baseline: 'AIMooseLinearAlgebra' with: [ spec repository: 'github://pharo-ai/moose-linear-algebra/src' ].

"Packages"
spec
package: 'AI-HierarchicalClustering' with: [ spec requires: #( 'CollectionExtensions' 'AILinearAlgebra' 'AIExternalDependencies' ) ];
package: 'AI-HierarchicalClustering' with: [ spec requires: #( 'CollectionExtensions' 'AIMooseLinearAlgebra' 'AIExternalDependencies' ) ];
package: 'AI-HierarchicalClustering-Tests'
with: [ spec requires: #( 'AI-HierarchicalClustering' ) ].

Expand Down

0 comments on commit 19ba536

Please sign in to comment.