conda_env_py39.yml 180 B

123456789101112131415
  1. name: view_py39
  2. channels:
  3. - defaults
  4. dependencies:
  5. - python=3.9
  6. - pip
  7. - jinja2
  8. - seaborn
  9. - bokeh
  10. - xlrd
  11. - pyqtgraph
  12. - whoosh
  13. - openpyxl
  14. - jupyter
  15. - appdirs