mirror of
https://gitea.psi.ch/APOG/acsm-fairifier.git
synced 2025-07-13 19:01:49 +02:00
23 lines
323 B
YAML
23 lines
323 B
YAML
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
|