Skip to content

Commit 05128a1

Browse files
committed
fix: Adjust dependencies
1 parent 7fbcf1f commit 05128a1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docker/code-server/pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ requires-python = ">=3.12"
66
dependencies = [
77
"numpy<2.0",
88
"pandas>=2.2.3",
9+
"pip>=25.1.1",
910
"pyarrow>=19.0.1",
1011
"python-dotenv>=1.1.0",
1112
"xgboost>=3.0.0",
12-
"zenml>=0.80.1",
13+
"zenml==0.80.1",
1314
]
1415

1516
[project.optional-dependencies]
@@ -33,4 +34,4 @@ mlflow = [
3334
]
3435
bento = [
3536
"bentoml>=1.4.7",
36-
]
37+
]

0 commit comments

Comments
 (0)