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_linux.yml 286 B

123456789101112131415161718192021
  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
  21. - libstdcxx-ng