diff --git a/docs/requirements.txt b/docs/requirements.txt index 0b6c140..b7292a6 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,7 +1,7 @@ -sphinx==7.2.6 -sphinx-autodoc-typehints==2.0.0 -sphinxawesome-theme==5.1.3 -myst-parser==2.0.0 -pygit2==1.14.1 +sphinx==7.3.7 +sphinx-autodoc-typehints==2.2.2 +sphinxawesome-theme==5.2.0 +myst-parser==3.0.1 +pygit2==1.15.0 agogos==0.4.0 -torch==2.2.2 +torch==2.3.1 diff --git a/pyproject.toml b/pyproject.toml index ca4ff9a..aa1bf56 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ image = [ "timm>=0.9.16", ] numpy = [ - "numpy>=1.22.4, < 2", + "numpy>= 2.0.0, < 3", ] pandas = [ "pandas[performance, parquet]>=2.0.0",