From 4566d550f1d014f7386ad1b0b04d6e25a5174560 Mon Sep 17 00:00:00 2001 From: Lilith Wittmann Date: Sat, 21 Oct 2023 17:35:10 +0200 Subject: [PATCH] hmm --- poetry.lock | 2 +- pyproject.toml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1d8813b..a4b02fd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1199,4 +1199,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.13" -content-hash = "93ae8a7dcaab84a87faea695d1a67aa9bce6e0978adb59617ef535dd5aae55d5" +content-hash = "83d7e2fd2dd57d39a01e6803b63217bd397d90495c80f894f28950d57202b359" diff --git a/pyproject.toml b/pyproject.toml index 4ae558a..b25ee86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ pre-commit = "^3.4.0" typer = "^0.9.0" networkx = "^3.1" matplotlib = "^3.8.0" -torch = ">=2.0.0, !=2.0.1" +torch = "^2.1.0" [tool.poetry.group.dev.dependencies] @@ -22,6 +22,7 @@ pyinstrument = "^4.5.3" black = "^23.9.1" numpy = "^1.26.0" + [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"