Analysis stable update
This commit is contained in:
@@ -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
|
||||
|
||||
4
env_backups/analysis-stable.yml
Normal file
4
env_backups/analysis-stable.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
name: myenv
|
||||
channels:
|
||||
- conda-forge
|
||||
prefix: /sf/cristallina/applications/conda/envs/myenv
|
||||
Reference in New Issue
Block a user