diff --git a/.github/workflows/python-package-conda.yml b/.github/workflows/python-package-conda.yml index c5f4060b..46bc274d 100644 --- a/.github/workflows/python-package-conda.yml +++ b/.github/workflows/python-package-conda.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - folder: [PM1, PM2, PM3, PM4, PM5, CM1, CM2, CM3, AC1, AC2] + folder: [PM1, PM2, PM3, PM4, PM5, CM1, CM2, CM3, AC1, AC2, T] steps: - name: Checkout repository diff --git a/requirements.txt b/requirements.txt index 31be20d6..781b6f29 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ numpy>=1.25.2 pandas>=2.0.3 -scikit-learn>=1.2.2 +scikit-learn>=1.2.2,<1.5.0 statsmodels>=0.14.2 jupyterlab matplotlib>=3.7.1