conda_py310_mac_win.yml 269 B

1234567891011121314151617181920
  1. name: view_py310
  2. channels:
  3. - defaults
  4. - conda-forge
  5. dependencies:
  6. - python=3.10
  7. - pip
  8. - scipy
  9. - scikit-image
  10. - jinja2
  11. - seaborn
  12. - bokeh
  13. - xlrd
  14. - pyqtgraph
  15. - whoosh
  16. - openpyxl
  17. - jupyter
  18. - appdirs
  19. # only available on conda-forge
  20. - moviepy