File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/BaselineOfAIHierarchicalClustering Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ BaselineOfAIHierarchicalClustering >> baseline: spec [
15
15
with: [ spec repository: ' github://pharo-contributions/CollectionExtensions:v1.x.x/src' ];
16
16
17
17
baseline: ' AILinearAlgebra'
18
- with: [ spec repository: ' github://pharo-ai/linear-algebra:main /src' ].
18
+ with: [ spec repository: ' github://pharo-ai/linear-algebra/src' ].
19
19
20
20
spec
21
- package: ' AI-HierarchicalClustering' with: [ spec requires: #('CollectionExtensions' 'AI-LinearAlgebra ') ];
21
+ package: ' AI-HierarchicalClustering' with: [ spec requires: #('CollectionExtensions' 'AILinearAlgebra ') ];
22
22
package: ' AI-HierarchicalClustering-Tests' with: [ spec requires: #('AI-HierarchicalClustering') ].
23
23
spec
24
24
group: ' Core' with: #('AI-HierarchicalClustering') ;
You can’t perform that action at this time.
0 commit comments