1234567891011121314151617181920 |
- name: view_py310
- channels:
- - defaults
- - conda-forge
- dependencies:
- - python=3.10
- - pip
- - scipy
- - scikit-image
- - jinja2
- - seaborn
- - bokeh
- - xlrd
- - pyqtgraph
- - whoosh
- - openpyxl
- - jupyter
- - appdirs
- # only available on conda-forge
- - moviepy
|