Skip to content

Commit

Permalink
Clean up package dependencies [feenkcom/gtoolkit#4322]
Browse files Browse the repository at this point in the history
  • Loading branch information
hellerve committed Mar 3, 2025
1 parent 912f7e6 commit de78bda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/BaselineOfGt4Ollama/BaselineOfGt4Ollama.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ BaselineOfGt4Ollama >> baseline: spec [

spec package: 'Gt4Ollama' with: [ spec requires: #('Gt4LlmCore') ].

spec package: 'Gt4Ollama-GToolkit' with: [ spec requires: #('Gt4LlmCore'. 'Gt4Ollama') ] ]
spec package: 'Gt4Ollama-GToolkit' with: [ spec requires: #('Gt4LlmCore' 'Gt4Ollama') ] ]
]
2 changes: 1 addition & 1 deletion src/BaselineOfGt4OpenAI/BaselineOfGt4OpenAI.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ BaselineOfGt4OpenAI >> baseline: spec [
with: [ spec repository: 'github://feenkcom/gt4llm:main/src' ].

spec package: 'Gt4OpenAI' with: [ spec requires: #('Gt4LlmCore') ].
spec package: 'Gt4OpenAI-GToolkit' with: [ spec requires: #('Gt4LlmCore'. 'Gt4OpenAI') ] ]
spec package: 'Gt4OpenAI-GToolkit' with: [ spec requires: #('Gt4LlmCore' 'Gt4OpenAI') ] ]
]

0 comments on commit de78bda

Please sign in to comment.