diff --git a/pyproject.toml b/pyproject.toml index 99908378fde..4bd45885017 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>=61.2"] +requires = ["setuptools>=70.0"] # We need access to the 'setupbase' module at build time. # Hence we declare a custom build backend. build-backend = "_build_meta" # just re-exports setuptools.build_meta definitions @@ -61,10 +61,10 @@ doc = [ "intersphinx_registry", "ipykernel", "ipython[test,matplotlib]", - "setuptools>=61.2", + "setuptools>=70.0", "sphinx_toml==0.0.4", "sphinx-rtd-theme", - "sphinx>=1.3", + "sphinx>=8.0", "typing_extensions", ] test = [ @@ -81,12 +81,12 @@ test_extra = [ "nbformat", "nbclient", "ipykernel>6.30", - "numpy>=1.25", - "pandas>2.0", + "numpy>=1.27", + "pandas>2.1", "trio", ] matplotlib = [ - "matplotlib>3.7" + "matplotlib>3.9" ] all = [ "ipython[doc,matplotlib,test,test_extra]",