conda_py310_dev_linux.yml 320 B

123456789101112131415161718192021222324
  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
  24. - libstdcxx-ng