From 9db93669803394076f81938fdd0aa2ee84c78d09 Mon Sep 17 00:00:00 2001 From: Daniel Ching Date: Thu, 12 Jan 2023 13:55:02 -0600 Subject: [PATCH] CI: Remove python constraint on Windows for easier solve --- envs/win-38.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/envs/win-38.yml b/envs/win-38.yml index c6a61d9f8..7ceba7424 100644 --- a/envs/win-38.yml +++ b/envs/win-38.yml @@ -11,7 +11,7 @@ dependencies: - ninja - numexpr - numpy!=1.22.4 - - python=3.8 + - python - pywavelets - scikit-image>=0.17 - scipy