Solved binary incompatibility issue of generated environment by conda installing h5py and numpy from conda-forge or default channels.

This commit is contained in:
2024-12-04 16:15:42 +01:00
parent 112b88e31f
commit 3e37854445
2 changed files with 33 additions and 14 deletions

View File

@ -1,5 +1,5 @@
name: pyenv5505
prefix: ./envs/pyenv5505 # Custom output folder
#prefix: ./envs/pyenv5505 # Custom output folder
channels:
- conda-forge
- defaults
@ -7,6 +7,7 @@ dependencies:
- python=3.11
- jupyter
- numpy
- h5py
- pandas
- matplotlib
- plotly=5.24
@ -14,7 +15,7 @@ dependencies:
- sphinx
- pip
- pip:
- h5py==3.10
# - h5py==3.10
- pybis==1.35
- igor2
- ipykernel