From 0cc7069e550eeec74b05153b33816a1ec37a3493 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Bourbonnais?= Date: Fri, 26 May 2023 11:56:10 -0400 Subject: [PATCH] adjustment to make the tests pass latest clr_loader version breaks the python tests otherwise --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5ee89d3..ba84e7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ license = {text = "MIT"} readme = "README.rst" dependencies = [ - "clr_loader>=0.1.7" + "clr_loader==0.1.7" ] classifiers = [