From 3422ac525574670b208d9f843f1f0cf3f7b60e51 Mon Sep 17 00:00:00 2001 From: Max Rakitin Date: Mon, 29 Apr 2024 19:27:32 -0400 Subject: [PATCH] Uncomment `xraylarch`; comment out `ansiwrap` 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] 222c222 < - ortools-python --- > # - ortools-python --- envs/env-py312.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/envs/env-py312.yml b/envs/env-py312.yml index 5376a23..478cf39 100644 --- a/envs/env-py312.yml +++ b/envs/env-py312.yml @@ -10,7 +10,7 @@ dependencies: - python >=3.12,<3.13 - algotom - amostra <=1.0 - - ansiwrap + # - ansiwrap - area-detector-handlers >=0.0.9 - arvpyf - attrs >=18.0 @@ -165,7 +165,7 @@ dependencies: - xlwt - xmidas >=0.1.2 - xray-vision >=0.1.1 - # - xraylarch >=0.9.66 + - xraylarch >=0.9.66 - zbar # dependency of pyzbar # Simulation packages: - oscars