Updated bash script and yml env file to set up python interpreter.

This commit is contained in:
2024-12-04 13:52:35 +01:00
parent d422067223
commit 112b88e31f
2 changed files with 5 additions and 4 deletions

View File

@ -1,5 +1,5 @@
name: PythonEnv5505v2
prefix: ./envs/PythonEnv5505v2 # Custom output folder
name: pyenv5505
prefix: ./envs/pyenv5505 # Custom output folder
channels:
- conda-forge
- defaults
@ -11,6 +11,7 @@ dependencies:
- matplotlib
- plotly=5.24
- scipy
- sphinx
- pip
- pip:
- h5py==3.10