diff --git a/.github/meta.yaml b/.github/meta.yaml index 5b3bc5c5f9..f5c17aa087 100644 --- a/.github/meta.yaml +++ b/.github/meta.yaml @@ -25,7 +25,7 @@ outputs: - setuptools >=58.0.4 run: - numpy >=1.22.0 - - pandas >=1.5.0, <2.1.0 + - pandas >=1.5.0 - dask >=2022.2.0, !=2022.10.1 - scipy >=1.5.0, <1.12.0 - scikit-learn >=1.3.2 diff --git a/core-requirements.txt b/core-requirements.txt index b36f4e4943..e78e850aa9 100644 --- a/core-requirements.txt +++ b/core-requirements.txt @@ -1,5 +1,5 @@ numpy>=1.21.0 -pandas>=1.5.0, <2.1.0 +pandas>=1.5.0 scipy>=1.5.0, <1.12.0 scikit-learn>=1.3.2 scikit-optimize>=0.9.0 diff --git a/evalml/tests/dependency_update_check/latest_dependency_versions.txt b/evalml/tests/dependency_update_check/latest_dependency_versions.txt index d7df4579aa..bcef16456e 100644 --- a/evalml/tests/dependency_update_check/latest_dependency_versions.txt +++ b/evalml/tests/dependency_update_check/latest_dependency_versions.txt @@ -7,7 +7,7 @@ colorama==0.4.6 dask==2024.5.0 dask-expr==1.1.0 distributed==2024.5.0 -featuretools==1.30.0 +featuretools==1.31.0 graphviz==0.20.3 holidays==0.20 imbalanced-learn==0.12.2 @@ -20,7 +20,7 @@ matplotlib-inline==0.1.7 networkx==3.1 numpy==1.26.4 packaging==24.0 -pandas==2.0.3 +pandas==2.2.2 plotly==5.22.0 pmdarima==2.0.4 pyzmq==26.0.3 diff --git a/pyproject.toml b/pyproject.toml index 97b7aa87e8..c413431c48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ license = {file = "LICENSE"} requires-python = ">=3.9,<4" dependencies = [ "numpy >= 1.22.0", - "pandas >= 1.5.0, < 2.1.0", + "pandas >= 1.5.0", "scipy >= 1.5.0, < 1.12.0", "scikit-learn >= 1.3.2", "scikit-optimize >= 0.9.0",