Scheduled service maintenance on November 22


On Friday, November 22, 2024, between 06:00 CET and 18:00 CET, GIN services will undergo planned maintenance. Extended service interruptions should be expected. We will try to keep downtimes to a minimum, but recommend that users avoid critical tasks, large data uploads, or DOI requests during this time.

We apologize for any inconvenience.

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