From 13929387828fec4d69f961f302ef7fd3f6111d0c Mon Sep 17 00:00:00 2001 From: Max Rakitin Date: Mon, 15 Apr 2024 16:37:22 -0400 Subject: [PATCH] Exclude some packages to test if it still builds --- envs/env-py310.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/envs/env-py310.yml b/envs/env-py310.yml index 5bbc16c..3b21e5e 100644 --- a/envs/env-py310.yml +++ b/envs/env-py310.yml @@ -173,8 +173,8 @@ dependencies: - srwpy >=4.0.0b1 - sirepo-bluesky >=0.6.2 - xrt - - zict <3.0.0 - - pipx + - zict # <3.0.0 + # - pipx - pip - pip: - mimesis @@ -218,4 +218,4 @@ dependencies: - gpytorch - ortools-python - pytorch - - scikit-optimize + # - scikit-optimize