From f6f1ea173a4813e5e9a25f2ca321ecf1796d0215 Mon Sep 17 00:00:00 2001 From: Matthew Douglas <38992547+matthewdouglas@users.noreply.github.com> Date: Tue, 28 Jan 2025 10:52:49 -0500 Subject: [PATCH] Fix #1490 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 267c5e809..515d90385 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ classifiers = [ "Topic :: Scientific/Engineering :: Artificial Intelligence" ] dependencies = [ - "torch~=2.0", + "torch>=2.0,<3", "numpy>=1.17" ]