Spaces:
Running
Running
File size: 149 Bytes
324f78a |
1 2 3 4 5 6 7 8 9 10 11 12 |
name: myenv
channels:
- conda-forge
- plotly
dependencies:
- python=3.8
- plotly
- plotly-orca
- pip
- pip:
- -r requirements.txt
|