diff --git a/.github/workflows/run-workflow-tests.yml b/.github/workflows/run-workflow-tests.yml index d8aaa5b..6452e2b 100644 --- a/.github/workflows/run-workflow-tests.yml +++ b/.github/workflows/run-workflow-tests.yml @@ -47,8 +47,8 @@ jobs: echo "BRANCH_NAME=${GITHUB_REF#refs/heads/}" >> $GITHUB_ENV fi - - name: List Xircuits - run: xircuits list + - name: Init Xircuits + run: xircuits init - name: Clone Repository run: | diff --git a/pyproject.toml b/pyproject.toml index 6fdaeeb..ec8948f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ repository = "https://github.com/XpressAI/xai-sklearn" keywords = ["xircuits", "scikit-learn", "machine learning", "data preprocessing", "model training", "model evaluation"] dependencies = [ - "scikit-learn==1.5", + "scikit-learn==1.5.*", "pandas" ] diff --git a/requirements.txt b/requirements.txt index 625e167..94fbe34 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ pandas==2.1.4 -scikit-learn==1.5.0 +scikit-learn==1.5.2