er-model / environment.yml
malcolmSQ
Fix download functionality with working CSV generation - Implement proper download functions that generate fresh CSV files - Use current parameter values to regenerate data for download - Create properly formatted CSV files with clean numeric data - Fix button click handlers to actually work - Update environment with correct Gradio version
efb9a96
raw
history blame contribute delete
264 Bytes
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