From e62aeecc145d6fcedfd82774f47050fcb821e1d3 Mon Sep 17 00:00:00 2001 From: Mike Heddes Date: Sat, 31 Aug 2024 15:39:36 -0700 Subject: [PATCH] Lower maximum torch version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0c4f3917..7e560ada 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ url="https://github.com/hyperdimensional-computing/torchhd", license="MIT", install_requires=[ - "torch>=1.9.0", + "torch>=1.9.0,<2.4", "scipy", "pandas", "numpy",