From e39061a8093cf695034fa31e3bf098ddfe2271d1 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Thu, 17 Oct 2024 14:46:46 -0500 Subject: [PATCH] missed comitting pyproject.toml --- python/pylibwholegraph/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pylibwholegraph/pyproject.toml b/python/pylibwholegraph/pyproject.toml index aca0bc6..7e2deec 100644 --- a/python/pylibwholegraph/pyproject.toml +++ b/python/pylibwholegraph/pyproject.toml @@ -51,7 +51,7 @@ test = [ "pytest-xdist", "scipy", "tensordict>=0.1.2", - "torch>=2.0,,<2.4.0a0", + "torch>=2.0,<2.4.0a0", ] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`. [tool.rapids-build-backend]