Skip to content

Commit

Permalink
Update BaselineOfAIHierarchicalClustering.class.st
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanmontt authored May 3, 2022
1 parent 19ba536 commit 84b5134
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,16 @@ BaselineOfAIHierarchicalClustering >> baseline: spec [
spec
baseline: 'CollectionExtensions' with: [ spec repository: 'github://pharo-contributions/CollectionExtensions:v1.x.x/src' ].
spec
baseline: 'AIExternalDependencies'
with: [ spec
loads: #('DataFrameGroup');
repository: 'github://pharo-ai/external-dependencies' ].
baseline: 'AIExternalDataFrame' with: [ spec repository: 'github://pharo-ai/external-dependencies' ].


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

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

Expand Down

0 comments on commit 84b5134

Please sign in to comment.