Update README.md with conda forge install instructions and input data format. Add environment.yml to construct comp env based on conda forge.

This commit is contained in:
2025-07-04 14:52:29 +02:00
parent 41af4cabe2
commit e80abbdf9a
2 changed files with 80 additions and 5 deletions

22
environment.yml Normal file
View File

@ -0,0 +1,22 @@
name: acsmnode_env
channels:
- conda-forge
dependencies:
- python=3.11
- jupyter
- numpy
- h5py
- pandas
- matplotlib
- plotly=5.24
- scipy
- sphinx
- pip
- pip:
# - h5py==3.10
- pybis==1.35
- igor2
- ipykernel
- dash
- dash-bootstrap-components
- graphviz