Skip to content

Commit 3c7a817

Browse files
committed
chore: remove unsloth training dependency from pyproject.toml
- Cleared the train dependencies list by removing unsloth[colab-new]>=2024.11.7. - Commented out the unsloth dependency to maintain a record without affecting functionality.
1 parent f89e4af commit 3c7a817

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/praisonai/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ call = [
8989
"rich",
9090
"openai>=1.54.0",
9191
]
92-
train = ["unsloth[colab-new]>=2024.11.7"]
92+
train = []
9393
crewai = ["crewai>=0.32.0", "praisonai-tools>=0.0.15"]
9494
autogen = ["pyautogen>=0.2.19", "praisonai-tools>=0.0.15", "crewai"]
9595

@@ -147,7 +147,7 @@ sqlalchemy = {version = ">=2.0.36", optional = true}
147147
playwright = {version = ">=1.47.0", optional = true}
148148
openai = {version = ">=1.54.0", optional = true}
149149
pydantic = {version = "<=2.10.1", optional = true}
150-
unsloth = {version = ">=2024.11.7", extras = ["colab-new"], optional = true}
150+
# unsloth = {version = ">=2024.11.7", extras = ["colab-new"], optional = true}
151151

152152
[tool.poetry.group.docs.dependencies]
153153
mkdocs = "*"
@@ -251,7 +251,7 @@ code = [
251251
"playwright",
252252
"pydantic"
253253
]
254-
train = ["unsloth[colab-new]>=2024.11.7"]
254+
train = []
255255
realtime = [
256256
"chainlit",
257257
"litellm",

0 commit comments

Comments
 (0)