File size: 264 Bytes
efb9a96
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: er-model
channels:
  - conda-forge
  - defaults
dependencies:
  - python=3.10
  - pip
  - pip:
    - click>=8.1.7
    - gradio>=4.0.0
    - matplotlib>=3.8.2
    - numpy>=1.26.3
    - pandas>=2.2.0
    - plotly>=5.0.0
    - pyyaml>=6.0.1
    - scipy>=1.12.0