conda_py310_dev_mac_win.yml 303 B

1234567891011121314151617181920212223
  1. name: view_dev_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. - nose
  18. - ipython
  19. - jupyter
  20. - appdirs
  21. # only available on conda-forge
  22. - moviepy
  23. - ipdb