From c521ed5f9cb242048590ee9fa20392aad0423f47 Mon Sep 17 00:00:00 2001 From: Max Rakitin Date: Mon, 29 Apr 2024 20:07:51 -0400 Subject: [PATCH] Comment out `xpdacq` (requires `xpdan` which does not have `pyxdameraulevenshtein` for py312) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ❯ diff envs/env-py311.yml envs/env-py312.yml 1c1 < name: 2024-2.0-py311-tiled --- > name: 2024-2.0-py312-tiled 10c10 < - python >=3.11,<3.12 --- > - python >=3.12,<3.13 13c13 < - ansiwrap --- > # - ansiwrap 121c121 < - pyfftw --- > # - pyfftw 172c172 < - shadow3 >=23.1.4 --- > # - shadow3 >=23.1.4 174c174 < - sirepo-bluesky >=0.6.2 --- > # - sirepo-bluesky >=0.6.2 192c192 < - bloptools >=0.6.1 --- > # - bloptools >=0.6.1 206c206 < - hklpy # [linux] --- > # - hklpy # [linux] 211c211 < - xpdacq ==1.0.0 --- > # - xpdacq ==1.0.0 222c222 < - ortools-python --- > # - ortools-python --- envs/env-py312.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/envs/env-py312.yml b/envs/env-py312.yml index 478cf39..a11c868 100644 --- a/envs/env-py312.yml +++ b/envs/env-py312.yml @@ -208,7 +208,7 @@ dependencies: - kkcalc - ppmac - pychx >=4.1.2 - - xpdacq ==1.0.0 + # - xpdacq ==1.0.0 # Debugging tools: - hunter - logging_tree