Solved binary incompatibility issue of generated environment by conda installing h5py and numpy from conda-forge or default channels.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user