diff --git a/.github/workflows/CI-python.yml b/.github/workflows/CI-python.yml index 37f1c172..ed5629d2 100644 --- a/.github/workflows/CI-python.yml +++ b/.github/workflows/CI-python.yml @@ -14,7 +14,7 @@ jobs: matrix: packageDirectory: ["interpret_community"] operatingSystem: [ubuntu-latest] - pythonVersion: [3.7, 3.8, 3.9] + pythonVersion: [3.7, 3.8, 3.9, '3.10'] runs-on: ${{ matrix.operatingSystem }} diff --git a/requirements-dev.txt b/requirements-dev.txt index d9c1c7d5..a4ba57ed 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ xmlrunner mlflow -tensorflow +tensorflow<2.14.0 hdbscan lightgbm xgboost