mirror of
https://gitea.psi.ch/APOG/acsm-fairifier.git
synced 2025-07-13 02:41:49 +02:00
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:
22
environment.yml
Normal file
22
environment.yml
Normal 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
|
Reference in New Issue
Block a user