From f86b63e04a622b0049986060ea14717a57ae75da Mon Sep 17 00:00:00 2001 From: Jakub Vonka Date: Tue, 27 Jan 2026 14:41:40 +0100 Subject: [PATCH] Analysis stable update --- analysis-stable.yml | 8 ++++---- env_backups/analysis-stable.yml | 4 ++++ 2 files changed, 8 insertions(+), 4 deletions(-) create mode 100644 env_backups/analysis-stable.yml diff --git a/analysis-stable.yml b/analysis-stable.yml index eed05ed..d100673 100755 --- a/analysis-stable.yml +++ b/analysis-stable.yml @@ -5,9 +5,9 @@ channels: - conda-forge dependencies: # essentials - - python=3.12 # keep at 3.12 beause of bitshuffle + - python=3.13 # keep at 3.13 beause of bitshuffle - pip - - numpy + - numpy>=1.26,<3 # also because of bitshuffle (perhaps not necessary and be deleted in the future) - scipy - pandas - numba @@ -19,8 +19,8 @@ dependencies: - tqdm # sfdata dependency but here given explicitly - lmfit - pytest - - bitshuffle=0.5.2=py312h5fdea32_5 # this specific build of bitshuffle works with python 3.12 - # for higher versions new build must be found + - bitshuffle=0.5.2 # 0.5.2 is compatible with Python 3.12–3.13 on conda-forge; + # Python >=3.14 requires new builds, not a new version (currently not well specified enough to upgrade) # useful development packages - black - pytest # for testing the cristallina package diff --git a/env_backups/analysis-stable.yml b/env_backups/analysis-stable.yml new file mode 100644 index 0000000..52ebf75 --- /dev/null +++ b/env_backups/analysis-stable.yml @@ -0,0 +1,4 @@ +name: myenv +channels: + - conda-forge +prefix: /sf/cristallina/applications/conda/envs/myenv