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.

environment.yml 201 B

123456789101112131415
  1. name: andani-dataset4
  2. channels:
  3. - conda-forge
  4. - defaults
  5. dependencies:
  6. - python
  7. - pandas
  8. - numpy
  9. - matplotlib
  10. - jupyter
  11. - jupyterlab
  12. - pip
  13. - pip:
  14. - quantities
  15. - nixio>=1.5.3