From 1ec230c4bfddeb25b571f7b6cfc2d257b4d7db15 Mon Sep 17 00:00:00 2001 From: Ruyman Date: Thu, 15 May 2025 14:38:42 +0100 Subject: [PATCH] Fix typo (#2299) Needs == for pip to parse the file --- python/CuTeDSL/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/CuTeDSL/requirements.txt b/python/CuTeDSL/requirements.txt index 78ff7a28..16816c7a 100644 --- a/python/CuTeDSL/requirements.txt +++ b/python/CuTeDSL/requirements.txt @@ -1,3 +1,3 @@ # Use `pip install -r requirements.txt` with the present file to install a # wheel consistent with the present state of the github repository -nvidia-cutlass-dsl=4.0.0.dev1 +nvidia-cutlass-dsl==4.0.0.dev1