diff --git a/.github/workflows/python-version.yaml b/.github/workflows/python-version.yaml index 1d96779c..92488e75 100644 --- a/.github/workflows/python-version.yaml +++ b/.github/workflows/python-version.yaml @@ -17,7 +17,7 @@ jobs: strategy: matrix: - python-version: ['3.9', '3.10', '3.11'] + python-version: ['3.8', '3.9', '3.10', '3.11'] steps: - name: Checkout code diff --git a/src/predictions/setup.py b/src/predictions/setup.py index 8d60fda4..27efc183 100644 --- a/src/predictions/setup.py +++ b/src/predictions/setup.py @@ -3,17 +3,17 @@ from version import version install_requires = [ - "profiles_rudderstack>=0.17.0", + #"profiles_rudderstack>=0.17.0", depends on pandas<2.2.0 and >=2.0.3 "cachetools>=5.3.2", "hyperopt>=0.2.7", "joblib>=1.3.2", "matplotlib>=3.7.5", "seaborn>=0.13.1", - "numpy>=1.24.4", - "pandas>=2.0.3,<2.2.0", + "numpy>=1.21", + "pandas>=1.3.0", "pyarrow>=14.0.2", "PyYAML>=6.0.1", - "scikit_learn>=1.4.0,<=1.4.2", + "scikit_learn<=1.4.2", "shap>=0.44.0", "xgboost>=2.0.3", "redshift-connector>=2.0.918", @@ -24,7 +24,7 @@ "google-cloud-bigquery>=3.17.2", "sqlalchemy-bigquery>=1.9.0", "db-dtypes>=1.2.0", - "pycaret==3.3.1", + "pycaret>=3.0.3", "boto3>=1.34.153", "google-auth-oauthlib>=1.0.0", "cryptography>=42.0.2",