From 718f40a8cb2435b272fc6a38c0904fb55e5a520b Mon Sep 17 00:00:00 2001 From: Rabah Abdul Khalek Date: Fri, 8 Sep 2023 18:13:02 +0200 Subject: [PATCH] updated requirements.txt --- .github/workflows/giskard_action.yaml | 1 + examples/github/requirements.txt | 6 +----- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/giskard_action.yaml b/.github/workflows/giskard_action.yaml index 0ded896..507acda 100644 --- a/.github/workflows/giskard_action.yaml +++ b/.github/workflows/giskard_action.yaml @@ -5,6 +5,7 @@ on: paths: - 'examples/github/train.py' - 'examples/github/titanic_test_data.csv' + - 'examples/github/requirements.txt' # temporarily - '.github/workflows/giskard_action.yaml' # temporarily jobs: diff --git a/examples/github/requirements.txt b/examples/github/requirements.txt index 61dd54f..9adf4ec 100644 --- a/examples/github/requirements.txt +++ b/examples/github/requirements.txt @@ -2,8 +2,4 @@ giskard>=2.0.0b json5==0.9.10 jsonpatch==1.32 jsonpointer==2.3 -jsonschema==3.2.0 -numpy==1.21.6 -pandas -scikit-image==0.19.3 -scikit-learn==1.0.2 \ No newline at end of file +jsonschema==3.2.0 \ No newline at end of file