From 65d534e854a6d7202c2d6c6941007f9977f1306e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbyn=C4=9Bk=20Winkler?= Date: Mon, 2 Jun 2025 13:12:40 +0200 Subject: [PATCH] typing_extensions package was missing 's' --- package/rattler-build/recipe.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/rattler-build/recipe.yaml b/package/rattler-build/recipe.yaml index 1b86e86104..3ee55fb8bf 100644 --- a/package/rattler-build/recipe.yaml +++ b/package/rattler-build/recipe.yaml @@ -168,7 +168,7 @@ requirements: - requests - scipy - sympy - - typing_extension + - typing_extensions - vtk - xlutils