diff --git a/docs/extending_fd-shifts.ipynb b/docs/extending_fd-shifts.ipynb index 029c24d..8b66902 100644 --- a/docs/extending_fd-shifts.ipynb +++ b/docs/extending_fd-shifts.ipynb @@ -21,7 +21,11 @@ "cell_type": "code", "execution_count": null, "id": "4e4a7b52-102b-4bca-b51a-782dd99fe58b", - "metadata": {}, + "metadata": { + "tags": [ + "skip-execution" + ] + }, "outputs": [], "source": [ "!wget https://github.com/korakot/kora/releases/download/v0.10/py310.sh\n", diff --git a/pyproject.toml b/pyproject.toml index 3be825d..1c850ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "tensorboard>=2.4.1", "timm==0.5.4", "toml>=0.10.2", - "torch==1.11.0", + "torch>=1.11.0,<2.0.0", "torchmetrics>=0.2.0", "torchvision>=0.12.0", "tqdm>=4.62.0",