Added env file specification and bash script for env setup
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
name: multiphase_chemistry_env
|
||||
name: PythonEnv5505v2
|
||||
prefix: ./envs/PythonEnv5505v2 # Custom output folder
|
||||
channels:
|
||||
- conda-forge
|
||||
- defaults
|
||||
@ -8,15 +9,11 @@ dependencies:
|
||||
- numpy
|
||||
- pandas
|
||||
- matplotlib
|
||||
- plotly=5.18
|
||||
# - openssl
|
||||
- plotly=5.24
|
||||
- scipy
|
||||
# I installed openpyxl through anaconda manager from their default curated channels
|
||||
- openpyxl=3.0.10
|
||||
- pip
|
||||
- pip:
|
||||
- h5py==3.10
|
||||
- pybis==1.35
|
||||
- igor2
|
||||
- ipykernel
|
||||
# - openai
|
||||
- h5py==3.10
|
||||
- pybis==1.35
|
||||
- igor2
|
||||
- ipykernel
|
||||
|
Reference in New Issue
Block a user