Analysis stable update

This commit is contained in:
2026-01-27 14:41:40 +01:00
parent 24eeba6e5a
commit f86b63e04a
2 changed files with 8 additions and 4 deletions

View File

@@ -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.123.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

View File

@@ -0,0 +1,4 @@
name: myenv
channels:
- conda-forge
prefix: /sf/cristallina/applications/conda/envs/myenv