diff --git a/poetry.lock b/poetry.lock index 5f0c8e8..8ace9dd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "aiohttp" @@ -6644,4 +6644,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "b73a8e33c4ddfd67889887586aeafc371c9b1f8f219cc167fa0c68e6c2f91631" +content-hash = "86a373e7902ad5e26f1a1003b77560fbb90ea17eb6d57835739733af2c3a7669" diff --git a/pyproject.toml b/pyproject.toml index 20c3345..776c82c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ rdflib = "^6.2" fsspec = "^2022.3.0" numpy = "^1.22" torch = [ - { version = "^2.0.1", markers = "sys_platform != 'linux'", source = "pypi" }, + { version = "^2.0.1", markers = "sys_platform != 'linux'" }, # Use different src for linux, see: https://pytorch.org/get-started/locally/ { version = "^2.0.1", markers = "sys_platform == 'linux'", source = "pytorch-cpu-src" }, ]